Skip to content

Commit

Permalink
bump the ci image, run slang only on gcc build
Browse files Browse the repository at this point in the history
  • Loading branch information
teqdruid committed Feb 13, 2024
1 parent e85e5a6 commit e04263f
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/buildAndTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Sanity Check
runs-on: ubuntu-latest
container:
image: ghcr.io/circt/images/circt-ci-build:20230126201226
image: ghcr.io/circt/images/circt-ci-build:20240213211952
steps:
# Clone the CIRCT repo and its submodules. Do shallow clone to save clone
# time.
Expand Down Expand Up @@ -134,7 +134,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-ci-build:20230126201226
image: ghcr.io/circt/images/circt-ci-build:20240213211952
volumes:
- /mnt:/__w/circt
strategy:
Expand All @@ -148,11 +148,13 @@ jobs:
mode: debug
assert: ON
shared: ON
- cc: gcc
cxx: g++
slang: OFF
- cc: gcc-11
cxx: g++-11
mode: release
assert: OFF
shared: OFF
slang: ON

steps:
- name: Configure Environment
Expand Down Expand Up @@ -221,7 +223,7 @@ jobs:
-DLLVM_EXTERNAL_LIT=`pwd`/../llvm/build/bin/llvm-lit \
-DCMAKE_EXPORT_COMPILE_COMMANDS=ON \
-DLLVM_LIT_ARGS="-v" \
-DCIRCT_SLANG_FRONTEND_ENABLED=ON
-DCIRCT_SLANG_FRONTEND_ENABLED=${{ matrix.compiler.slang }}
ninja check-circt check-circt-unit -j$(nproc)
ninja circt-doc
Expand Down

0 comments on commit e04263f

Please sign in to comment.