Skip to content

Commit

Permalink
Fix bazel output location for macos github ci builds
Browse files Browse the repository at this point in the history
  • Loading branch information
helly25 committed Feb 23, 2025
1 parent 724e3a2 commit da11bb5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,5 @@ common:clang --cxxopt=-gmlt
common:clang --host_cxxopt=-gmlt
common:clang --linkopt=-fuse-ld=lld
common:clang --host_linkopt=-fuse-ld=lld

common:github_ci_macos --repository_cache=~/.cache/bazel/repo-cache/ --output_user_root=~/.cache/bazel
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,4 @@ jobs:
- name: Test native/Fastbuild
run: |
# Use WORKSPACE
bazel test --noenable_bzlmod --enable_workspace -c fastbuild //...
bazel test --noenable_bzlmod --enable_workspace --config=github_ci_macos -c fastbuild //...

0 comments on commit da11bb5

Please sign in to comment.