Skip to content

Commit

Permalink
Merge pull request pistacheio#1260 from dgreatwood/RHubi8FindLinker
Browse files Browse the repository at this point in the history
Fix: For RedHat, Explicitly Install lld as a Dependency
  • Loading branch information
kiplingw authored Nov 10, 2024
2 parents 2d573ad + 3b1749e commit db681b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
if: contains(matrix.os, 'redhat')
run: |
if [ ${{ matrix.compiler }} = gcc ]; then compiler=gcc-c++; else compiler=llvm-toolset; fi
microdnf -y install $compiler pkgconf cmake openssl-devel zlib-devel libcurl-devel git python3-pip unzip
microdnf -y install $compiler lld pkgconf cmake openssl-devel zlib-devel libcurl-devel git python3-pip unzip
curl -LO https://github.com/ninja-build/ninja/releases/latest/download/ninja-linux.zip
unzip ninja-linux.zip
mv ninja /usr/local/bin
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.11.20241018
0.4.12.20241109

0 comments on commit db681b9

Please sign in to comment.