Skip to content

Commit

Permalink
fix: disable e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
sangjanai committed Jul 9, 2024
1 parent c245d9e commit 58ce553
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/quality-gate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: "amd64-avx2"
runs-on: "ubuntu-20-04"
cmake-flags: "-DCORTEXAUDIO_VERSION=${{github.event.pull_request.head.sha}} -DGGML_NATIVE=OFF -DBUILD_SHARED_LIBS=OFF -DCMAKE_CXX_COMPILER_LAUNCHER=sccache -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_BUILD_TYPE='Release' -GNinja"
run-e2e: true
run-e2e: false
vulkan: false
sccache: true
sccache-conf-path: "/tmp/sccache.conf"
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
name: "amd64"
runs-on: "macos-13"
cmake-flags: "-DCORTEXAUDIO_VERSION=${{github.event.pull_request.head.sha}} -DBUILD_SHARED_LIBS=OFF -DGGML_METAL=OFF"
run-e2e: true
run-e2e: false
vulkan: false
sccache: false
sccache-conf-path: ""
Expand All @@ -125,7 +125,7 @@ jobs:
name: "arm64"
runs-on: "macos-silicon"
cmake-flags: "-DCORTEXAUDIO_VERSION=${{github.event.pull_request.head.sha}} -DBUILD_SHARED_LIBS=OFF -DGGML_METAL_EMBED_LIBRARY=ON"
run-e2e: true
run-e2e: false
vulkan: false
sccache: false
sccache-conf-path: ""
Expand Down

0 comments on commit 58ce553

Please sign in to comment.