Skip to content

Commit

Permalink
try macos
Browse files Browse the repository at this point in the history
  • Loading branch information
streichler committed Jan 14, 2021
1 parent bf8f5df commit 90c408a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,8 @@ jobs:
tar xf clang+llvm-6.0.0-x86_64-apple-darwin.tar.xz
PATH=$PWD/clang+llvm-6.0.0-x86_64-apple-darwin/bin:$PATH
export CMAKE_PREFIX_PATH=$PWD/clang+llvm-6.0.0-x86_64-apple-darwin
#export INCLUDE_PATH="$(xcrun --sdk macosx --show-sdk-path)/usr/include"
#ls -al ${INCLUDE_PATH}
export INCLUDE_PATH="$(xcrun --sdk macosx --show-sdk-path)/usr/include"
export SDKROOT=`xcrun --show-sdk-path`
echo ${SDKROOT}
./test.py
env:
TEST_LEGION_CXX: 0
Expand Down

0 comments on commit 90c408a

Please sign in to comment.