Skip to content

Commit

Permalink
[WIP] Upgrade to bazel 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fhanau committed Mar 8, 2024
1 parent 945a29a commit ba460a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ common --noenable_bzlmod
# also explore --remote_download_minimal.
build --remote_download_all

# Provide more build jobs than there are cores so that we can run cache fetching actions and build
# locally at a higher rate – using the cache generally uses little CPU.
build --jobs=18

# Enable webgpu
build --//src/workerd/io:enable_experimental_webgpu=True

Expand Down
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.0.2
7.1.0rc2

0 comments on commit ba460a6

Please sign in to comment.