mirror of
https://github.com/webui-dev/webui
synced 2025-03-28 21:13:17 +00:00
Fix RedHat Clang
This commit is contained in:
parent
8fa1fdb89d
commit
44971f9bca
6
.github/workflows/linux_redhat.yml
vendored
6
.github/workflows/linux_redhat.yml
vendored
@ -22,6 +22,7 @@ jobs:
|
||||
fail-fast: false
|
||||
env:
|
||||
ARTIFACT: webui-linux-redhat-${{ matrix.cc }}-${{ matrix.arch }}
|
||||
CC: ${{ matrix.cc }}
|
||||
steps:
|
||||
- name: Check out the repository
|
||||
uses: actions/checkout@v4
|
||||
@ -44,11 +45,16 @@ jobs:
|
||||
-v ${{ github.workspace }}:/workspace \
|
||||
-w /workspace \
|
||||
--user root \
|
||||
-e CC=${{ matrix.cc }} \
|
||||
redhat:latest \
|
||||
bash -c "
|
||||
git config --global --add safe.directory /workspace &&
|
||||
npm i -g esbuild &&
|
||||
chmod +x bridge/build.sh &&
|
||||
if [ '${{ matrix.cc }}' == 'clang' ]; then
|
||||
export AR=llvm-ar
|
||||
export STRIP=llvm-strip
|
||||
fi &&
|
||||
./bridge/build.sh &&
|
||||
make debug &&
|
||||
make &&
|
||||
|
Loading…
x
Reference in New Issue
Block a user