File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -267,16 +267,17 @@ jobs:
267
267
268
268
build_shared_library :
269
269
docker :
270
- - image : cimg/rust:1.81.0
270
+ # libwasmvm versions built with 1.81 are broken, so we use 1.82 here
271
+ - image : cimg/rust:1.82.0
271
272
steps :
272
273
- checkout
273
274
- run :
274
275
name : Show version information
275
276
command : rustc --version; cargo --version; rustup --version
276
277
- restore_cache :
277
278
keys :
278
- - cargocache-v3-build_shared_library-rust:1.81 .0-{{ checksum "libwasmvm/Cargo.lock" }}
279
- - cargocache-v3-build_shared_library-rust:1.81 .0-
279
+ - cargocache-v3-build_shared_library-rust:1.82 .0-{{ checksum "libwasmvm/Cargo.lock" }}
280
+ - cargocache-v3-build_shared_library-rust:1.82 .0-
280
281
- run :
281
282
name : Create release build of libwasmvm
282
283
command : make build-libwasmvm
You can’t perform that action at this time.
0 commit comments