[CI] Revert to working image and disable ESI runtime (#7237)

Disable ESI runtime build until #7236 can be figured out.
This commit is contained in:
John Demme 2024-06-25 22:03:20 -07:00 committed by GitHub
parent cc51aa5dd0
commit 551e1382bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 4 deletions

View File

@ -19,7 +19,7 @@ jobs:
# John and re-run the job.
runs-on: ["self-hosted", "1ES.Pool=1ES-CIRCT-builds", "linux"]
container:
image: ghcr.io/circt/images/circt-integration-test:v15.0
image: ghcr.io/circt/images/circt-integration-test:v13.1
volumes:
- /mnt:/__w/circt
strategy:
@ -95,9 +95,11 @@ jobs:
-DLLVM_USE_SPLIT_DWARF=ON \
-DMLIR_ENABLE_BINDINGS_PYTHON=ON \
-DCIRCT_BINDINGS_PYTHON_ENABLED=ON \
-DESI_RUNTIME=ON \
-DLLVM_LIT_ARGS="-v --show-unsupported ${{ matrix.lit-flags }}" \
-DCIRCT_SLANG_FRONTEND_ENABLED=ON
# Temporarily disable ESI runtime builds until we work out the Abseil conflict (#7236).
# -DESI_RUNTIME=ON
- name: Test CIRCT
run: |
ninja -C build check-circt -j$(nproc)

View File

@ -29,7 +29,7 @@ jobs:
# John and re-run the job.
runs-on: ["self-hosted", "1ES.Pool=1ES-CIRCT-builds", "linux"]
container:
image: ghcr.io/circt/images/circt-integration-test:v15.0
image: ghcr.io/circt/images/circt-integration-test:v13.1
volumes:
- /mnt:/__w/circt
strategy:
@ -88,9 +88,11 @@ jobs:
-DLLVM_USE_SPLIT_DWARF=ON \
-DMLIR_ENABLE_BINDINGS_PYTHON=ON \
-DCIRCT_BINDINGS_PYTHON_ENABLED=ON \
-DESI_RUNTIME=ON \
-DLLVM_LIT_ARGS="-v --show-unsupported" \
-DCIRCT_SLANG_FRONTEND_ENABLED=ON
# Temporarily disable ESI runtime builds until we work out the Abseil conflict (#7236).
# -DESI_RUNTIME=ON
- name: Test CIRCT
run: |
ninja -C build check-circt circt-capi -j$(nproc)