Skip to content

Commit 54ce178

Browse files
committed
Try switch to build with clang on Ubuntu
1 parent 8b80a34 commit 54ce178

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/remoteBuild.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,11 @@ jobs:
108108
run: |
109109
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
110110
env:
111+
CC: /home/linuxbrew/.linuxbrew/opt/llvm/bin/clang
111112
LLVM_DIR: /home/linuxbrew/.linuxbrew/opt/llvm
112113
zstd_DIR: /home/linuxbrew/.linuxbrew/opt/zstd
114+
CFLAGS: -static-libstdc++
115+
CXXFLAGS: -static-libstdc++
113116
- name: Build (Windows)
114117
if: ${{ matrix.os == 'windows-latest' }}
115118
shell: msys2 {0}
@@ -525,7 +528,7 @@ jobs:
525528
id: date
526529
run: echo "::set-output name=date::$(date '+%B %d %Y at %l:%M %p %Z')"
527530
- name: Release
528-
uses: IsaacShelton/[email protected].4
531+
uses: IsaacShelton/[email protected].5
529532
with:
530533
token: ${{secrets.GITHUB_TOKEN}}
531534
release: ${{env.releaseName}}

0 commit comments

Comments
 (0)