Skip to content

Commit

Permalink
Fixed CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacShelton committed Apr 30, 2024
1 parent ce76e71 commit e0c6244
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/remoteBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,15 +127,11 @@ jobs:
- name: Configure (macOS)
if: ${{ matrix.os == 'macos-latest' }}
run: |
echo $PATH
ls /opt/homebrew/opt/llvm/lib/
/opt/homebrew/opt/llvm/lib/../bin/llvm-config --cxxflags --ldflags --libs --link-static
cmake -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DADEPT_LINK_LLVM_STATIC=On -B ${{github.workspace}}/build -G Ninja
env:
CC: /opt/homebrew/opt/llvm/bin/clang
LLVM_DIR: /opt/homebrew/opt/llvm
zstd_DIR: /usr/local/opt/zstd
LD_LIBRARY_PATH: ""
CFLAGS: -static-libstdc++
CXXFLAGS: -static-libstdc++
LDFLAGS: /opt/homebrew/opt/llvm/lib/libunwind.a
Expand Down

0 comments on commit e0c6244

Please sign in to comment.