-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update golang docker tag to v1.14.4
- Loading branch information
1 parent
dcf2f05
commit 498c555
Showing
2 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
startup --output_base /root/.cache/_grpc_gateway_bazel | ||
build --test_output errors | ||
build --features race | ||
# Workaround https://github.com/bazelbuild/bazel/issues/3645 | ||
# See https://docs.bazel.build/versions/0.23.0/command-line-reference.html | ||
build --local_ram_resources=4096 # Circle Docker runners have 4G of memory | ||
build --local_cpu_resources=2 # Circle Docker runners have 2 vCPU |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters