Skip to content

Commit 599ec8b

Browse files
authored
Use official node releases for anyref test suite (#1798)
Looks like 12.11.0 has all the support we need!
1 parent bdcf27c commit 599ec8b

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

azure-pipelines.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,9 @@ jobs:
3636
displayName: "multi-value xform tests on native"
3737
- script: |
3838
set -e
39-
curl https://nodejs.org/download/nightly/v13.0.0-nightly2019081215b2d13310/node-v13.0.0-nightly2019081215b2d13310-linux-x64.tar.xz | tar xJf -
40-
echo "##vso[task.prependpath]$PWD/node-v13.0.0-nightly2019081215b2d13310-linux-x64/bin"
41-
echo "##vso[task.setvariable variable=NODE_ARGS]--experimental-wasm-anyref,--experimental-wasm-bulk_memory"
39+
echo "##vso[task.setvariable variable=NODE_ARGS]--experimental-wasm-anyref"
4240
echo "##vso[task.setvariable variable=WASM_BINDGEN_ANYREF]1"
43-
displayName: "Install a custom node.js and configure anyref"
41+
displayName: "Configure anyref passes"
4442
- script: cargo test --target wasm32-unknown-unknown --test wasm
4543
displayName: "(anyref) Crate test suite"
4644
- script: WASM_BINDGEN_NO_DEBUG=1 cargo test --target wasm32-unknown-unknown --test wasm

ci/azure-install-node.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ steps:
33
displayName: "Add WebAssembly target via rustup"
44
- task: NodeTool@0
55
inputs:
6-
versionSpec: '>=12.0'
6+
versionSpec: '>=12.11'

0 commit comments

Comments
 (0)