mirror of
https://github.com/ravenscroftj/turbopilot.git
synced 2024-10-01 01:06:01 -04:00
remove static link from mac build
This commit is contained in:
parent
2ae84f24fa
commit
01a1ba0b94
2
.github/workflows/build-commit.yml
vendored
2
.github/workflows/build-commit.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
|||||||
id: make_build
|
id: make_build
|
||||||
run: |
|
run: |
|
||||||
cd ${{github.workspace}}/ggml
|
cd ${{github.workspace}}/ggml
|
||||||
cmake -B ${{github.workspace}}/ggml/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -D CMAKE_EXE_LINKER_FLAGS="-static"
|
cmake -B ${{github.workspace}}/ggml/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
|
||||||
cd ${{github.workspace}}/ggml/build
|
cd ${{github.workspace}}/ggml/build
|
||||||
make codegen codegen-serve codegen-quantize
|
make codegen codegen-serve codegen-quantize
|
||||||
chmod +x ${{github.workspace}}/ggml/build/bin/codegen
|
chmod +x ${{github.workspace}}/ggml/build/bin/codegen
|
||||||
|
Loading…
Reference in New Issue
Block a user