1

all commands: use /tmp/bazel-zig-cc (#6)

Different Bazel instances can share the zig cache all right.
This commit is contained in:
Motiejus Jakštys
2023-03-08 17:33:59 +02:00
committed by GitHub
parent f239f467a0
commit 3a204583f3
6 changed files with 10 additions and 29 deletions

View File

@@ -4,7 +4,7 @@
# Licensed under the Apache License, Version 2.0
set -xeu
cd "$(git rev-parse --show-toplevel)/"
cd "$(git rev-parse --show-toplevel)"
echo "--- go mod tidy"
tools/bazel run @go_sdk//:bin/go -- mod tidy