mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-15 23:54:07 +00:00
ci: ok, had to brew update, can we now request @20 directly?
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -94,15 +94,13 @@ jobs:
|
||||
if: matrix.os == 'macos-13'
|
||||
run: |
|
||||
brew update
|
||||
brew install llvm lua@5.4 lld
|
||||
brew --prefix llvm@20 # Verifies it is LLVM 20
|
||||
brew install llvm@20 lua@5.4 lld
|
||||
|
||||
- name: Download LLVM (MacOS ARM)
|
||||
if: matrix.os == 'macos-14'
|
||||
run: |
|
||||
brew update
|
||||
brew install llvm wasmtime lua@5.4 lld
|
||||
brew --prefix llvm@20 # Verifies it is LLVM 20
|
||||
brew install llvm@20 wasmtime lua@5.4 lld
|
||||
|
||||
- name: Build Odin
|
||||
run: ./build_odin.sh release
|
||||
|
||||
6
.github/workflows/nightly.yml
vendored
6
.github/workflows/nightly.yml
vendored
@@ -94,8 +94,7 @@ jobs:
|
||||
- name: Download LLVM and setup PATH
|
||||
run: |
|
||||
brew update
|
||||
brew install llvm dylibbundler lld
|
||||
brew --prefix llvm@20 # Verifies it is LLVM 20
|
||||
brew install llvm@20 dylibbundler lld
|
||||
|
||||
- name: build odin
|
||||
# These -L makes the linker prioritize system libraries over LLVM libraries, this is mainly to
|
||||
@@ -133,8 +132,7 @@ jobs:
|
||||
- name: Download LLVM and setup PATH
|
||||
run: |
|
||||
brew update
|
||||
brew install llvm dylibbundler lld
|
||||
brew --prefix llvm@20 # Verifies it is LLVM 20
|
||||
brew install llvm@20 dylibbundler lld
|
||||
|
||||
- name: build odin
|
||||
# These -L makes the linker prioritize system libraries over LLVM libraries, this is mainly to
|
||||
|
||||
Reference in New Issue
Block a user