Skip to content

Commit 972cfb4

Browse files
ci: Print toolchain resolution info
1 parent 1ab1fb9 commit 972cfb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jobs:
7070
{
7171
echo "startup --host_jvm_args=-Xmx$BAZEL_MEM"
7272
echo "build --remote_cache=$CI_BAZEL_REMOTE_CACHE --google_default_credentials"
73+
echo "build --toolchain_resolution_debug '.*'"
7374
} > ci.bazelrc
7475
bazel build //indexer:scip-clang --config="$CONFIG" --execution_log_binary_file=log
7576
env:

0 commit comments

Comments
 (0)