Skip to content

Commit

Permalink
Experiment with other clang version
Browse files Browse the repository at this point in the history
  • Loading branch information
pitrou committed Feb 15, 2022
1 parent 2391edf commit 7b90730
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dev/tasks/r/github.macos-linux.local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@ jobs:
ARROW_R_DEV: TRUE
run: |
cd arrow/r
export CC="$(brew --prefix llvm)/bin/clang"
export CXX="$(brew --prefix llvm)/bin/clang++"
echo "CC: ${CC}"
echo "CC: ${CXX}"
${CC} --version
${CXX} --version
R CMD INSTALL . --install-tests
- name: Run the tests
run: R -e 'if(tools::testInstalledPackage("arrow") != 0L) stop("There was a test failure.")'
Expand Down

0 comments on commit 7b90730

Please sign in to comment.