Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: Update Bazel 6.4.0 #739

Merged
merged 1 commit into from
Oct 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.3.2
6.4.0
5 changes: 0 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,6 @@ jobs:
# - name: Run
# run: bazel run browser:tui -c dbg

# The current Bazel release doesn't understand the clang-cl 16 include path
# yet, so patch the .bazelversion to a version that does.
# see: https://github.com/bazelbuild/bazel/issues/17863
windows-clang-cl:
runs-on: windows-2022
timeout-minutes: 45
Expand All @@ -211,8 +208,6 @@ jobs:
key: windows_clang_cl-${{ hashFiles('WORKSPACE', 'third_party/**') }}
- run: echo "build --config clang-cl" >.bazelrc.local
- run: echo "build --disk_cache ~/.cache/bazel" >>.bazelrc.local
- run: echo "6.4.0rc1" >.bazelversion
- run: bazel --version
- run: bazel test ...
# TODO(robinlinden): This no longer runs in CI due to http://example.com
# being inaccessible.
Expand Down