File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 3636 ldd -u -r source/binder || echo "OK"
3737 ctest . --output-on-failure
3838
39- compilejobOSX :
39+ compilejobOSX :
4040 runs-on : macos-latest
4141 name : Binder_on_OSX
4242 steps :
@@ -46,13 +46,13 @@ jobs:
4646 run : |
4747 set -x
4848 brew install wget coreutils xz pybind11 git
49- wget --no-verbose https://github.com/llvm/llvm-project/releases/download/llvmorg-16 .0.0 /clang+llvm-16 .0.0-arm64 -apple-darwin22.0 .tar.xz
49+ wget --no-verbose https://github.com/llvm/llvm-project/releases/download/llvmorg-14 .0.5 /clang+llvm-14 .0.5-x86_64 -apple-darwin .tar.xz
5050 ls
51- tar -xJf clang+llvm-16 .0.0-arm64 -apple-darwin22.0 .tar.xz
52- export PATH=$PATH:clang+llvm-16 .0.0-arm64 -apple-darwin22 /bin
51+ tar -xJf clang+llvm-14 .0.5-x86_64 -apple-darwin .tar.xz
52+ export PATH=$PATH:clang+llvm-14 .0.5-x86_64 -apple-darwin /bin
5353 - name : Compile
5454 run : |
55- export PATH=$PATH:clang+llvm-16 .0.0-arm64 -apple-darwin22 /bin
55+ export PATH=$PATH:clang+llvm-14 .0.5-x86_64 -apple-darwin /bin
5656 cmake CMakeLists.txt
5757 make
5858 make install
You can’t perform that action at this time.
0 commit comments