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