Skip to content

Commit fd9ada9

Browse files
Test more bazel options for darwin
1 parent 204cf5a commit fd9ada9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,10 @@ jobs:
9797
run: |
9898
mkdir -p ~/repo-cache ~/disk-cache
9999
echo common --repo_env=BAZEL_USE_CPP_ONLY_TOOLCHAIN=1 > .bazelrc.local
100+
echo build --repo_env=BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1 >> .bazelrc.local
100101
echo build --incompatible_enable_cc_toolchain_resolution >> .bazelrc.local
102+
echo build --crosstool_top=@nixpkgs_config_cc//:toolchain >> .bazelrc.local
103+
echo build --toolchain_resolution_debug=cc >> .bazelrc.local
101104
102105
- name: Clean stack caches
103106
run: rm -rf ~/.stack

0 commit comments

Comments
 (0)