[8.8.0] Automated rollback of commit 2558ffede4c29cc41c7080eadd3118cb12509517. (#30571)
*** Reason for rollback ***
Causing presubmit issues.
*** Original change description ***
Upgrade bazelci_rules. (https://github.com/bazelbuild/bazel/pull/30539)
Closes #30539.
PiperOrigin-RevId: 958603112
Change-Id: I473e850763eb8caf20bbf7adb4d81db87901bb82
<!--
Thank you for contributing to Bazel!
Please read the contribution guidelines:
https://bazel.build/contribute.html
-->
### Description
<!--
Please provide a brief summary of the changes in this PR.
-->
### Motivation
<!--
Why is this change important? Does it fix a specific bug or add a new
feature?
If this PR fixes an existing issue, please link it here (e.g. "Fixes
#1234").
-->
### Build API Changes
<!--
Does this PR affect the Build API? (e.g. Starlark API, providers,
command-line flags, native rules)
If yes, please answer the following:
1. Has this been discussed in a design doc or issue? (Please link it)
2. Is the change backward compatible?
3. If it's a breaking change, what is the migration plan?
-->
No
### Checklist
- [ ] I have added tests for the new use cases (if any).
- [ ] I have updated the documentation (if applicable).
### Release Notes
<!--
If this is a new feature, please add 'RELNOTES[NEW]: <description>'
here.
If this is a breaking change, please add 'RELNOTES[INC]: <reason>' here.
If this change should be mentioned in release notes, please add
'RELNOTES: <reason>' here.
-->
RELNOTES: None
Commit
https://github.com/bazelbuild/bazel/commit/909985a3b9a1f71106e7cba31eb862078e5bdebe
Co-authored-by: tedx <tedx@google.com>
diff --git a/MODULE.bazel b/MODULE.bazel
index 453de91..86312dd 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -393,7 +393,7 @@
# Other Bazel testing dependencies
# =========================================
-bazel_dep(name = "bazel_ci_rules", version = "2.1.0")
+bazel_dep(name = "bazel_ci_rules", version = "2.0.0")
bazel_dep(name = "rules_fuzzing", version = "0.5.2")
bazel_dep(name = "wabt", version = "1.0.37")
diff --git a/MODULE.bazel.lock b/MODULE.bazel.lock
index d7a0693..f851123 100644
--- a/MODULE.bazel.lock
+++ b/MODULE.bazel.lock
@@ -19,8 +19,8 @@
"https://bcr.bazel.build/modules/apple_support/1.23.1/MODULE.bazel": "53763fed456a968cf919b3240427cf3a9d5481ec5466abc9d5dc51bc70087442",
"https://bcr.bazel.build/modules/apple_support/1.23.1/source.json": "d888b44312eb0ad2c21a91d026753f330caa48a25c9b2102fae75eb2b0dcfdd2",
"https://bcr.bazel.build/modules/apple_support/1.8.1/MODULE.bazel": "500f7aa32c008222e360dc9a158c248c2dbaeb3b6246c19e7269981dbd61e29b",
- "https://bcr.bazel.build/modules/bazel_ci_rules/2.1.0/MODULE.bazel": "16d9e7837764f4beb1ceedc90d293e0a6160e85982432bca70ec5386f406aa33",
- "https://bcr.bazel.build/modules/bazel_ci_rules/2.1.0/source.json": "9c5211b2a580ee50d421afd4243efb3ecb1da8504c96f4b2a94fb2919dddffd0",
+ "https://bcr.bazel.build/modules/bazel_ci_rules/2.0.0/MODULE.bazel": "96dc6d2eac255b530a645cbf9102064ea997cae7b22acbe34fcc976f3dd53cbf",
+ "https://bcr.bazel.build/modules/bazel_ci_rules/2.0.0/source.json": "b6948e739190180af80dd91ceb9e3fb2b0c0160ecbf81177de2130475b54b516",
"https://bcr.bazel.build/modules/bazel_features/1.0.0/MODULE.bazel": "d7f022dc887efb96e1ee51cec7b2e48d41e36ff59a6e4f216c40e4029e1585bf",
"https://bcr.bazel.build/modules/bazel_features/1.1.0/MODULE.bazel": "cfd42ff3b815a5f39554d97182657f8c4b9719568eb7fded2b9135f084bf760b",
"https://bcr.bazel.build/modules/bazel_features/1.1.1/MODULE.bazel": "27b8c79ef57efe08efccbd9dd6ef70d61b4798320b8d3c134fd571f78963dbcd",
@@ -458,7 +458,7 @@
},
"@@bazel_ci_rules+//:rbe_config.bzl%rbe_config_extension": {
"general": {
- "bzlTransitiveDigest": "htl6UC0UDRDiPZb/ZY16HZk5k1FvZxBHkRLK6J8T/cE=",
+ "bzlTransitiveDigest": "9+l/EBrynYwo8/gokt6U/+ZoE2tIACzH5rOoPfI01wE=",
"usagesDigest": "5vIBdfgMAV2hRsMtbGC8pQMlUpv+E89m6+LG5pVdIGk=",
"recordedFileInputs": {},
"recordedDirentsInputs": {},
diff --git a/src/test/tools/bzlmod/MODULE.bazel.lock b/src/test/tools/bzlmod/MODULE.bazel.lock
index 80c23d2..17a9b53 100644
--- a/src/test/tools/bzlmod/MODULE.bazel.lock
+++ b/src/test/tools/bzlmod/MODULE.bazel.lock
@@ -2681,5 +2681,6 @@
}
}
},
- "facts": {}
+ "facts": {},
+ "factsVersions": {}
}