Skip to content

Commit

Permalink
fix(ci): Fix bazel remote cache config for bazel version 5
Browse files Browse the repository at this point in the history
Signed-off-by: Lars Kreutzer <lars.kreutzer@tngtech.com>
  • Loading branch information
LKreutzer committed Jun 13, 2022
1 parent 69fdf11 commit 4310ca2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ build:vm --define=folly_so=1
build:vm --config=specify_vm_cc

# MAGMA-BUILDER DOCKER CONTAINER CONFIGS
build:docker --disk_cache=/workspaces/magma/.bazel-cache
common:docker --repository_cache=/workspaces/magma/.bazel-cache-repo
build:docker --define=folly_so=1

# DEVCONTAINER CONFIGS
Expand Down
2 changes: 1 addition & 1 deletion bazel/bazelrcs/docker.bazelrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
common --config=docker
build --config=docker

0 comments on commit 4310ca2

Please sign in to comment.