Restore RPM tests in CI; minor cleanup (#527)

* Restore RPM tests in CI; factor rpm test skipping int terms of `*skip_rpm`

During this month's public meeting, we discovered that none of the RPM packaging tests were not being run in CI.  This looks like it was overlooked as of 85eabf2.

This change fixes this by leaving rpm tests off by default and adding `default_tests_with_rpm` for the platforms which can run rpmbuild.
1 file changed
tree: 3349085a2aa45ca50ac0394b9df391665c683cf6
  1. .bazelci/
  2. deb_packages/
  3. distro/
  4. doc_build/
  5. docs/
  6. examples/
  7. pkg/
  8. tests/
  9. toolchains/
  10. .bazelignore
  11. .gitignore
  12. AUTHORS
  13. BUILD
  14. CODEOWNERS
  15. CONTRIBUTING.md
  16. CONTRIBUTORS
  17. deps.bzl
  18. developers.md
  19. install.bzl
  20. LICENSE
  21. mappings.bzl
  22. package_variables.bzl
  23. patching.md
  24. pkg.bzl
  25. providers.bzl
  26. README.md
  27. rpm.bzl
  28. version.bzl
  29. WORKSPACE
README.md

Bazel package building

Bazel rules for building tar, zip, deb, and rpm for packages.

Use rules-pkg-discuss@googlegroups.com for discussion.

CI: Build status

Basic rules

Package building rules

  • pkg - Rules for building packages of various types.
  • examples - Cookbook examples for using the rules.

As of Bazel 4.x, Bazel uses this rule set for packaging its distribution. Bazel still contains a limited version of pkg_tar but its feature set is frozen. Any new capabilities will be added here.

For developers

patching.md README.md