Skip to content

Commit 28677a3

Browse files
committed
bazel: Bump -> 8.7.0
Signed-off-by: Ryan Northey <ryan@synca.io>
1 parent 8b44d10 commit 28677a3

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/bazel.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
bazel-args: >-
4646
--config=ci
4747
${{ matrix.mode == 'bzlmod'
48-
&& '--enable_bzlmod'
48+
&& '--enable_bzlmod --noenable_workspace'
4949
|| '' }}
5050
bazel-mode: ${{ matrix.mode }}
5151
bazel-path: bazel
@@ -80,7 +80,7 @@ jobs:
8080
bazel-args: >-
8181
--config=ci
8282
${{ matrix.mode == 'bzlmod'
83-
&& '--enable_bzlmod'
83+
&& '--enable_bzlmod --noenable_workspace'
8484
|| '' }}
8585
bazel-path: bazel
8686
bazel-mode: ${{ matrix.mode }}
@@ -111,7 +111,7 @@ jobs:
111111
--config=ci
112112
--config=gcc
113113
${{ matrix.mode == 'bzlmod'
114-
&& '--enable_bzlmod'
114+
&& '--enable_bzlmod --noenable_workspace'
115115
|| '' }}
116116
bazel-mode: ${{ matrix.mode }}-gcc
117117
bazel-path: bazel
@@ -165,7 +165,7 @@ jobs:
165165
--config=ci
166166
--config=macos
167167
${{ (steps.rbe.outputs.authorized == 'true' || github.event_name != 'pull_request') && '--config=rbe-cache-only' || '' }}
168-
${{ matrix.mode == 'bzlmod' && '--enable_bzlmod' || '' }}
168+
${{ matrix.mode == 'bzlmod' && '--enable_bzlmod --noenable_workspace' || '' }}
169169
//...
170170
working-directory: bazel
171171
env:

bazel/.bazelrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ run --color=yes
88
build --color=yes
99

1010
common --noenable_bzlmod
11+
common --enable_workspace
1112
common --repo_env=BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1
1213
common --@rules_python//python/config_settings:bootstrap_impl=script
1314

bazel/.bazelversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.7.1
1+
8.7.0

0 commit comments

Comments
 (0)