Skip to content

Commit

Permalink
Downgrade llvm
Browse files Browse the repository at this point in the history
  • Loading branch information
Dadoum committed Oct 24, 2023
1 parent 3ccc57f commit 1376794
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-qt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ jobs:
mkdir $HOME/ldc-macos
curl -LO https://github.com/ldc-developers/ldc/releases/download/v1.33.0/ldc2-1.33.0-osx-x86_64.tar.xz
tar -xf ./ldc2-1.33.0-osx-x86_64.tar.xz -C $HOME
brew fetch --force --bottle-tag=big_sur llvm
brew install $(brew --cache --bottle-tag=big_sur llvm)
cp /home/linuxbrew/.linuxbrew/Cellar/llvm/17.0.3/lib/c++/* $HOME/ldc2-1.33.0-osx-x86_64/lib
brew fetch --force --bottle-tag=big_sur llvm@16
brew install $(brew --cache --bottle-tag=big_sur llvm@16)
cp /home/linuxbrew/.linuxbrew/Cellar/llvm/16.0.6/lib/c++/* $HOME/ldc2-1.33.0-osx-x86_64/lib
rm -rf /home/linuxbrew/.linuxbrew
- name: Set-up Qt for cross-compilation
Expand Down Expand Up @@ -187,9 +187,9 @@ jobs:
mkdir $HOME/ldc-macos
curl -LO https://github.com/ldc-developers/ldc/releases/download/v1.33.0/ldc2-1.33.0-osx-arm64.tar.xz
tar -xf ./ldc2-1.33.0-osx-arm64.tar.xz -C $HOME
brew fetch --force --bottle-tag=arm64_big_sur llvm
brew install $(brew --cache --bottle-tag=arm64_big_sur llvm)
cp /home/linuxbrew/.linuxbrew/Cellar/llvm/17.0.3/lib/c++/* $HOME/ldc2-1.33.0-osx-arm64/lib
brew fetch --force --bottle-tag=arm64_big_sur llvm@16
brew install $(brew --cache --bottle-tag=arm64_big_sur llvm@16)
cp /home/linuxbrew/.linuxbrew/Cellar/llvm/16.0.6/lib/c++/* $HOME/ldc2-1.33.0-osx-arm64/lib
rm -rf /home/linuxbrew/.linuxbrew
- name: Set-up Qt for cross-compilation
Expand Down

0 comments on commit 1376794

Please sign in to comment.