We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a63f201 commit c81819bCopy full SHA for c81819b
.github/workflows/remoteBuild.yml
@@ -86,7 +86,6 @@ jobs:
86
- name: Install LLVM and dependencies (Ubuntu)
87
if: ${{ matrix.os == 'ubuntu-latest' || matrix.os == 'ubuntu-22.04' }}
88
run: |
89
- sudo apt remove libz
90
sudo apt remove zstd
91
sudo apt remove llvm
92
sudo apt-get update
@@ -111,6 +110,7 @@ jobs:
111
110
112
cmake -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DCMAKE_PREFIX_PATH="/usr/lib/x86_64-linux-gnu" -DADEPT_LINK_LLVM_STATIC=On -B ${{github.workspace}}/build -G Ninja
113
env:
+ CC: /home/linuxbrew/.linuxbrew/opt/llvm/bin/clang
114
LLVM_DIR: /home/linuxbrew/.linuxbrew/opt/llvm
115
zstd_DIR: /home/linuxbrew/.linuxbrew/opt/zstd
116
CFLAGS: -static-libstdc++
0 commit comments