Skip to content

Commit

Permalink
CI: fix mac build in reusable.rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
aneshlya committed Sep 28, 2023
1 parent dc9703c commit d0739e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable.rebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ jobs:
run: |
cmake $ISPC_HOME/superbuild -B build-${{ inputs.version }} --preset os -DLLVM_VERSION=${{ inputs.version }} -DCMAKE_INSTALL_PREFIX=$LLVM_HOME/bin-${{ inputs.version }} -DBUILD_STAGE2_TOOLCHAIN_ONLY=ON -DXE_DEPS=OFF -DMACOS_UNIVERSAL_BIN=ON -DLLVM_DISABLE_ASSERTIONS=OFF -DISPC_ANDROID_NDK_PATH=/Users/Shared/android-ndk-r20b
cmake --build build-${{ inputs.version }}
rmdir /s /q build-${{ inputs.version }}
rm -rf build-${{ inputs.version }}
- name: Pack LLVM
run: |
Expand Down Expand Up @@ -381,7 +381,7 @@ jobs:
run: |
cmake $ISPC_HOME/superbuild -B build-${{ inputs.version }} --preset os -DLLVM_VERSION=${{ inputs.version }} -DCMAKE_INSTALL_PREFIX=$LLVM_HOME/bin-${{ inputs.version }} -DBUILD_STAGE2_TOOLCHAIN_ONLY=ON -DXE_DEPS=OFF -DMACOS_UNIVERSAL_BIN=ON -DLLVM_DISABLE_ASSERTIONS=ON -DISPC_ANDROID_NDK_PATH=/Users/Shared/android-ndk-r20b
cmake --build build-${{ inputs.version }}
rmdir /s /q build-${{ inputs.version }}
rm -rf build-${{ inputs.version }}
- name: Pack LLVM
run: |
Expand Down

0 comments on commit d0739e1

Please sign in to comment.