summaryrefslogtreecommitdiff
path: root/WORKSPACE
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2024-04-04 12:55:45 -0700
committerYifan Hong <elsk@google.com>2024-04-04 13:01:58 -0700
commit280d0f73a5da007297eb87dae0222470442599de (patch)
treed8cb4ccd312a62d49a6b8bb39bef02ed368faea8 /WORKSPACE
parent429887dfd8db834498ad95e99043f771a3882af0 (diff)
parentd7ff3e6e52937fdeefbd41d91c54806488ef1c5f (diff)
downloadbazelbuild-rules_pkg-280d0f73a5da007297eb87dae0222470442599de.tar.gz
Upgrade rules_pkg to 0.10.1
This project was upgraded with external_updater. Usage: tools/external_updater/updater.sh update external/bazelbuild-rules_pkg For more info, check https://cs.android.com/android/platform/superproject/+/main:tools/external_updater/README.md Update changelog and version numbers. (#819) Temporarily restore //mappings.bzl and //pkg.bzl (#817) Fix RPM package release and version files expansion (#816) Apply tar remap_paths to runfiles full paths (#812) Update build_tar.py doc and changelog update to go with 0.10.0 (#809) Fill out the CI matrix to cover the bazels that people use. (#807) Explicitly set the FILE bit in zip external attributes. (#804) Allow substitution of user-defined variables in RPM preamble (#787) update docs Add %posttrans scriptlet to RPM package (#799) Allow additional RPM macro defines (#794) back off try stardoc again Fall back to WORKSPACE.bzlmod for examples/naming. Something about a local_repository in MODULE.bazel and bazel 7.0.0 is wonky. turn off doc building in CI Explicitly set `%{_builddir}` macro (#792) Update CODEOWNERS (#791) Bring tar runfiles up to feature parity with pkg_files.runfiles. (#754) Only inject pre and post scriptlets when provided (#788) chore: suppress buildifier lint warnings (#776) CI fixes (#784) Add yun as CI owner (#785) Little fixes to stop lint warnings (#783) Add support for `Obsoletes` tag in RPM definition (#778) fix the imports on the filter directory test (#782) Don't load cc toolchain from rules_cc (#779) doc: Fixup external manual references (#777) chore: buildifier format all files (#775) chore: add a pre-commit hook config (#774) Refactor all the input processing code. (#756) Get bzlmod working in CI (#766) use runfiles from rules_python (#768) Use rules_cc to try to clean up CI runs which are failing on gcc (#764) When pkg_tar.prefix_dir == base of symlink path, don't double-dip. (#749) add imports to fix bazel --noexperimental_python_import_all_repositories flag (#630) Align pkg_rpm returned files with other rules (#692) pkg_deb: allow data.tar.zst (#761) fix(pkg_tar): properly normalize paths for empty files (#760) Add fixed releaser to because this will be done by a bot. (#757) remove --incompatible_use_platforms_repo_for_constraints from ci run (#755) Clean up some nits (#751) chore: update versions of dependencies (#730) Add support for failing on file conflicts. (#683) Remove PackageArtifactsInfo. (#752) Document that package_dir also uses package_variables (#747) include verify_archive_test_main.py.tpl in the distribution (#735) buildifier lint fixes (#744) make build_tar priavte (#748) pkg_tar remap_paths works for TreeArtifacts (bazelbuild#450) (#738) add docs for 0.9 (#740) update docs Fix handling paths with whitepsaces (#733) Add logging and extend doc Fix test on python 3.6 Fix python 3.6, doesn't support compresslevel Make pkg_zip compression configurable Append changelog to RPM spec file (#726) Fix pkg_deb changelog flag getter (#734) Add basic include_runfiles to pkg_files. (#724) Add changelog attribute to pkg_deb (#725) chore: automate publishing releases to BCR (#722) bump platforms because bazel at head requires it. sigh Use Gzip compress level 6 (#720) remove a ling to trtigger build Update CODEOWNERS (#721) default uid and guid on process_src to None fix load(py_library) => load(py_binary) remove unneeded py_binary load write debian Date field in UTC rather than local time (#712) fix import in rpm test. (#713) Create scorecard.yml (#710) Merge verify_archive_test_lib with verify_archive_test_main.py.tpl (#705) Add a MODULE.bazel hint to the release not generator (#709) docs: add a note in pkg_tar#strip_prefix docs (v.0.8.0) about flattening (#699) [pkg_deb] Fix multiline fields in changes file (#691) Add a check to ensure that version.bzl and MODULE.bazel remain in sync. (#697) Fix typos in doc strings in `verify_archive.bzl` (#700) fix working dir on integration tests (#701) Add support for setting uid/gid from pkg_attributes (#671) Fix spelling mistakes (#695) Remove top level .bzl files. They are all in //pkg. (#688) Replace reference to bazel-dev with GitHub Discussions. Test: TreeHugger Bug: 324907235 Change-Id: I921d16c3d7b6fdc7e6fbff25788caea704eefcb1
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE17
1 files changed, 14 insertions, 3 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 58ab917..fe06be5 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -36,11 +36,11 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "platforms",
+ sha256 = "3a561c99e7bdbe9173aa653fd579fe849f1d8d67395780ab4770b1f381431d51",
urls = [
- "https://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/0.0.5/platforms-0.0.5.tar.gz",
- "https://github.com/bazelbuild/platforms/releases/download/0.0.5/platforms-0.0.5.tar.gz",
+ "https://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/0.0.7/platforms-0.0.7.tar.gz",
+ "https://github.com/bazelbuild/platforms/releases/download/0.0.7/platforms-0.0.7.tar.gz",
],
- sha256 = "379113459b0feaf6bfbb584a91874c065078aa673222846ac765f86661c27407",
)
# Find rpmbuild if it exists.
@@ -71,3 +71,14 @@ http_archive(
load("@bazel_stardoc//:setup.bzl", "stardoc_repositories")
stardoc_repositories()
+
+http_archive(
+ name = "rules_cc",
+ sha256 = "2037875b9a4456dce4a79d112a8ae885bbc4aad968e6587dca6e64f3a0900cdf",
+ strip_prefix = "rules_cc-0.0.9",
+ urls = ["https://github.com/bazelbuild/rules_cc/releases/download/0.0.9/rules_cc-0.0.9.tar.gz"],
+)
+
+load("@rules_cc//cc:repositories.bzl", "rules_cc_dependencies")
+
+rules_cc_dependencies()