Skip to content

Commit 9e49a2c

Browse files
[bazel] Bump default bazel version to 9.1.1 and bump CI workflow version (#1022)
Signed-off-by: Shameek Ganguly <shameek@intrinsic.ai>
1 parent 84c9ba1 commit 9e49a2c

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.bazelversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.4.0
1+
9.1.1

.github/workflows/bazel.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ concurrency:
1212

1313
jobs:
1414
test:
15-
uses: bazel-contrib/.github/.github/workflows/bazel.yaml@v7.2.2
15+
uses: bazel-contrib/.github/.github/workflows/bazel.yaml@v7.7.0
1616
with:
1717
folders: |
1818
[
19-
".",
19+
"."
2020
]
2121
exclude: |
2222
[
23-
{"folder": ".", "bzlmodEnabled": false},
23+
{"folder": ".", "bzlmodEnabled": false}
2424
]
2525
exclude_windows: true
2626
bazel_test_command: "bazel test -c opt --test_output=errors //..."

MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ module(
66
bazel_dep(name = "bazel_skylib", version = "1.7.1")
77
bazel_dep(name = "buildifier_prebuilt", version = "8.2.0.2")
88
bazel_dep(name = "bullet", version = "3.26.0-rc0.bcr.1")
9-
bazel_dep(name = "dartsim", version = "6.13.2.bcr.2")
9+
bazel_dep(name = "dartsim", version = "6.13.2.bcr.3")
1010
bazel_dep(name = "eigen", version = "3.4.0.bcr.3")
11-
bazel_dep(name = "googletest", version = "1.15.2")
11+
bazel_dep(name = "googletest", version = "1.17.0.bcr.2")
1212
bazel_dep(name = "rules_cc", version = "0.1.2")
1313
bazel_dep(name = "rules_license", version = "1.0.0")
1414

0 commit comments

Comments
 (0)