Skip to content

Commit a44953e

Browse files
authored
Bump rules_pkg for fixes: rpmbuild errors, symlink deletion (#46783)
### What does this PR do? Bump `rules_pkg` to current `main`. ### Motivation Pick up: - bazelbuild/rules_pkg#1021: a contribution of ours - bazelbuild/rules_pkg#1024: RPM build errors would go unnoticed without it - bazelbuild/rules_pkg#1035: affects reproducibiliy of builds - bazelbuild/rules_pkg#1044 - bazelbuild/rules_pkg#1046: another contribution of ours (@chouquette) - bazelbuild/rules_pkg#1047: we might need this feature Co-authored-by: regis.desgroppes <[email protected]>
1 parent be23386 commit a44953e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ git_override(
8585
# Temporary until rules_pkg > 1.2.0 is in BCR
8686
git_override(
8787
module_name = "rules_pkg",
88-
commit = "2bd928123ad46f5b96970f537af073e0acb5b654", # main as of Feb 10, 2026
88+
commit = "14c78b8e9347a60919999f13177f1aa3fb850ea3", # main as of Mar 17, 2026
8989
remote = "https://github.com/bazelbuild/rules_pkg.git",
9090
)
9191

MODULE.bazel.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)