File tree 2 files changed +4
-4
lines changed
.github/actions/build-wasm-test-filters
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 37
37
toolchain : stable
38
38
override : true
39
39
components : cargo
40
- target : wasm32-wasi
40
+ target : wasm32-wasip1
41
41
42
42
- name : cargo build
43
43
if : steps.restore-cache.outputs.cache-hit != 'true'
50
50
--manifest-path "${{ env.WASM_FILTER_PATH }}/Cargo.toml"
51
51
--workspace
52
52
--lib
53
- --target wasm32-wasi
53
+ --target wasm32-wasip1
54
54
--release
55
55
56
56
- name : Save cache
71
71
run : |
72
72
ln -sfv \
73
73
--no-target-directory \
74
- "${{ env.WASM_FILTER_PATH }}"/target/wasm32-wasi /release \
74
+ "${{ env.WASM_FILTER_PATH }}"/target/wasm32-wasip1 /release \
75
75
"${{ env.WASM_FIXTURE_PATH }}"
76
76
77
77
- name : debug
Original file line number Diff line number Diff line change 19
19
20
20
set -euo pipefail
21
21
22
- readonly BUILD_TARGET=wasm32-wasi
22
+ readonly BUILD_TARGET=wasm32-wasip1
23
23
readonly FIXTURE_PATH=${PWD} /spec/fixtures/proxy_wasm_filters
24
24
25
25
readonly INSTALL_ROOT=${PWD} /bazel-bin/build/${BUILD_NAME:- kong-dev}
You can’t perform that action at this time.
0 commit comments