Skip to content

Commit

Permalink
Upgrade to LLVM 19
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacShelton committed Jan 4, 2025
1 parent 159688d commit 04c8940
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/remoteBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y libcurl4-openssl-dev
sudo apt-get remove -y llvm-13
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
brew install zstd
brew install llvm
Expand Down
2 changes: 1 addition & 1 deletion HOW_TO_BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Install build tools:

Install required dependencies:

- `llvm` (preferably LLVM 17 or 18)
- `llvm` (preferably LLVM 17 or 18 or 19)
- `zstd` (for LLVM)
- `zlib` (for LLVM)
- `libcurl-dev`
Expand Down

0 comments on commit 04c8940

Please sign in to comment.