Skip to content

Commit

Permalink
[CI] Temporarily disable lightning kokkos builds (#337)
Browse files Browse the repository at this point in the history
Due to: actions/runner-images#8659

---------

Co-authored-by: Ali Asadi <[email protected]>
  • Loading branch information
dime10 and maliasadi authored Oct 26, 2023
1 parent 03e814d commit b729a19
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/check-catalyst.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@ jobs:
- name: Build Catalyst-Runtime
run: |
# TODO: reenable kokkos builds
COMPILER_LAUNCHER="" \
RT_BUILD_DIR="$(pwd)/runtime-build" \
ENABLE_LIGHTNING_KOKKOS=ON \
ENABLE_LIGHTNING_KOKKOS=OFF \
CMAKE_ARGS="-DENABLE_SANITIZER=ON" \
ENABLE_OPENQASM=ON \
make runtime
Expand All @@ -41,7 +42,7 @@ jobs:
# Left other flags the same.
COMPILER_LAUNCHER="" \
RT_BUILD_DIR="$(pwd)/runtime-build" \
ENABLE_LIGHTNING_KOKKOS=ON \
ENABLE_LIGHTNING_KOKKOS=OFF \
ENABLE_OPENQASM=ON \
make dummy_device
Expand Down Expand Up @@ -400,6 +401,7 @@ jobs:
name: Frontend Tests (backend="lightning.kokkos")
needs: [constants, llvm, runtime, quantum]
runs-on: ubuntu-latest
if: false

steps:
- name: Checkout Catalyst repo
Expand Down

0 comments on commit b729a19

Please sign in to comment.