@@ -129,6 +129,7 @@ jobs:
129
129
- name : Set up the Mac environment
130
130
run : brew install autoconf automake libtool
131
131
if : runner.os == 'macOS'
132
+
132
133
- uses : Swatinem/rust-cache@v2
133
134
134
135
- name : run clippy
@@ -253,6 +254,7 @@ jobs:
253
254
- name : Set up the Mac environment
254
255
run : brew install autoconf automake libtool
255
256
if : runner.os == 'macOS'
257
+
256
258
- uses : Swatinem/rust-cache@v2
257
259
- name : build rustpython
258
260
run : cargo build --release --verbose --features=threading ${{ env.CARGO_ARGS }}
@@ -372,6 +374,7 @@ jobs:
372
374
with :
373
375
toolchain : nightly
374
376
components : miri
377
+
375
378
- uses : Swatinem/rust-cache@v2
376
379
- name : Run tests under miri
377
380
# miri-ignore-leaks because the type-object circular reference means that there will always be
@@ -391,6 +394,7 @@ jobs:
391
394
path : compiler/parser/python.rs
392
395
key : lalrpop-${{ hashFiles('compiler/parser/python.lalrpop') }}
393
396
- uses : dtolnay/rust-toolchain@stable
397
+
394
398
- uses : Swatinem/rust-cache@v2
395
399
- name : install wasm-pack
396
400
run : curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
@@ -442,6 +446,7 @@ jobs:
442
446
- uses : dtolnay/rust-toolchain@stable
443
447
with :
444
448
target : wasm32-wasi
449
+
445
450
- uses : Swatinem/rust-cache@v2
446
451
- name : Setup Wasmer
447
452
uses : wasmerio/setup-wasmer@v1
0 commit comments