Skip to content

Commit

Permalink
Add comment about wrapper script use
Browse files Browse the repository at this point in the history
  • Loading branch information
scoopr committed Oct 1, 2024
1 parent 9325b87 commit 0c8a7e2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -912,6 +912,10 @@ jobs:
run: |
cargo build
# Wrapper for the compiler invocation, so that we have a single command
# that calls sccache with the actual compiler argument.
# Just setting CC to be `sccache clang++` doesn't work as it is
# interpreted as the whole command that just happens to contain spaces.
- name: Create wrapper script
working-directory: tests/xcode
run: |
Expand Down

0 comments on commit 0c8a7e2

Please sign in to comment.