File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change
1
+ [toolchain]
2
+ channel = "1.77.0"
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ chmod -R 777 runtime
22
22
23
23
24
24
# get the toolchain rust version
25
- RUST_VERSION=$( cat rust-toolchain | grep channel | grep --only-matching --perl-regexp " (\d+\.){2}\d+" )
25
+ RUST_VERSION=$( cat rust-toolchain | grep channel | grep --only-matching -E " (\d+\.){2}\d+" )
26
26
# if the version is empty, default to 1.69.0 (that is for runtime before 2300)
27
27
if [ -z " $RUST_VERSION " ]; then
28
28
RUST_VERSION=" 1.69.0"
@@ -45,6 +45,7 @@ for RUNTIME_NAME in ${ALL_RUNTIMES_NAMES[@]}; do
45
45
CMD=" docker run \
46
46
-i \
47
47
--rm \
48
+ --platform linux/amd64 \
48
49
-e PACKAGE=$RUNTIME_NAME -runtime \
49
50
-e RUNTIME_DIR=$RUNTIME_DIR \
50
51
-e WASM_BUILD_STD=0 \
You can’t perform that action at this time.
0 commit comments