Skip to content

Commit 61f5167

Browse files
try fix
1 parent 4bdd580 commit 61f5167

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,11 +185,12 @@ jobs:
185185

186186
tests-blockifier:
187187
name: Blockifier tests
188-
runs-on: ubuntu-latest
188+
runs-on: ubuntu-24.04
189189
env:
190190
MLIR_SYS_190_PREFIX: /usr/lib/llvm-19/
191191
LLVM_SYS_191_PREFIX: /usr/lib/llvm-19/
192192
TABLEGEN_190_PREFIX: /usr/lib/llvm-19/
193+
RUST_LOG: cairo_native=debug
193194
steps:
194195
- name: Checkout Native
195196
uses: actions/checkout@v4
@@ -232,6 +233,7 @@ jobs:
232233
repo: deb http://apt.llvm.org/jammy/ llvm-toolchain-jammy-19 main
233234
repo-name: llvm-repo
234235
keys-asc: https://apt.llvm.org/llvm-snapshot.gpg.key
236+
- run: sudo apt-get update && sudo apt-get upgrade -y
235237
- name: Install LLVM
236238
run: sudo apt-get install llvm-19 llvm-19-dev llvm-19-runtime clang-19 clang-tools-19 lld-19 libpolly-19-dev libmlir-19-dev mlir-19-tools
237239

@@ -246,6 +248,7 @@ jobs:
246248
247249
- name: Run blockifier tests
248250
run: |
251+
ls
249252
cd sequencer
250253
cargo test -p blockifier --features cairo_native
251254

0 commit comments

Comments
 (0)