Skip to content

Commit

Permalink
Upgrade bazel to 3.4.1 (#1120)
Browse files Browse the repository at this point in the history
https://github.com/uber/fusionjs/pull/1120

bazel 3.4.0 is basically broken in docker containers: bazelbuild/bazel#11756

After this lands, I will cut a jazelle release that uses bazel 3.4.1, and upgrade fusion CI to use that new jazelle release. I am hopeful that this will fix our bazel server startup issues.
  • Loading branch information
albertywu authored and fusionjs-sync-bot[bot] committed Jul 17, 2020
1 parent 1bd6243 commit 2e2874f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# init command should bootstrap with bash only
# it should not rely on bazel or node since we only want to install them based on the versions listed in scaffold

DEFAULT_BAZEL_VERSION=3.4.0
DEFAULT_BAZEL_VERSION=3.4.1
DEFAULT_NODE_VERSION=12.16.1
DEFAULT_YARN_VERSION=1.22.0

Expand Down

0 comments on commit 2e2874f

Please sign in to comment.