Skip to content

Commit

Permalink
ci wobble
Browse files Browse the repository at this point in the history
  • Loading branch information
expipiplus1 committed Jul 9, 2024
1 parent 677ec47 commit 99cba70
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-linux-glibc-2-17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,16 @@ jobs:
image: slangdeveloper/centos7-gcc9
options: -v ${{ github.workspace }}:/home/app -v /etc/ssl/certs/ca-certificates.crt:/etc/ssl/certs/ca-certificates.crt
run: |
source /opt/rh/devtoolset-9/enable
wget https://cmake.org/files/v3.30/cmake-3.30.0.tar.gz
yum install -y openssl-devel
tar zxvf cmake-3.*
cd cmake-3.*
./bootstrap --prefix=/usr/local
make -j$(nproc)
make install
source /opt/rh/devtoolset-9/enable
cd /home/app
git config --global --add safe.directory /home/app
cmake --preset default --fresh -DSLANG_SLANG_LLVM_FLAVOR=DISABLE -DSLANG_EMBED_STDLIB=1 -G 'Unix Makefiles'
Expand Down

0 comments on commit 99cba70

Please sign in to comment.