Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jkawamoto committed Jun 30, 2024
1 parent aa9fa2b commit a669c0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-13, macos-14]
feature: [ruy, accelerate]
feature: [ruy] #, accelerate]
runs-on: ${{ matrix.os }}

steps:
Expand All @@ -48,7 +48,7 @@ jobs:
strategy:
fail-fast: false
matrix:
feature: [ruy, mkl, openblas]
feature: [ruy] #, mkl, openblas]
runs-on: ubuntu-latest
env:
LIBRARY_PATH: /usr/lib/x86_64-linux-gnu
Expand Down
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ fn main() {
let mut cmake = Config::new("CTranslate2");
cmake
.static_crt(true)
.cxxflag("-std=c++17")
//.cxxflag("-std=c++17")
.define("BUILD_CLI", "OFF")
.define("BUILD_SHARED_LIBS", "OFF")
.define("WITH_MKL", "OFF")
Expand Down

0 comments on commit a669c0c

Please sign in to comment.