Browse Source

disabled `-march=native` for macos build which was causing a build failure

tags/v0.6.0
Martin Evans 2 years ago
parent
commit
6571e982e1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/compile.yml

+ 1
- 1
.github/workflows/compile.yml View File

@@ -131,7 +131,7 @@ jobs:
matrix:
include:
- build: 'metal'
defines: '-DLLAMA_BUILD_TESTS=OFF -DLLAMA_BUILD_EXAMPLES=OFF -DLLAMA_BUILD_SERVER=OFF -DBUILD_SHARED_LIBS=ON -DCMAKE_OSX_ARCHITECTURES=arm64'
defines: '-DLLAMA_BUILD_TESTS=OFF -DLLAMA_BUILD_EXAMPLES=OFF -DLLAMA_BUILD_SERVER=OFF -DBUILD_SHARED_LIBS=ON -DLLAMA_NATIVE=OFF -DCMAKE_OSX_ARCHITECTURES=arm64'
runs-on: macos-latest
steps:
- uses: actions/checkout@v3


Loading…
Cancel
Save