|
10 | 10 | "../../.github/workflows/build_and_deploy.yml", |
11 | 11 | "../../rust-toolchain" |
12 | 12 | ], |
13 | | - "dependsOn": ["build-native"], |
14 | 13 | "outputs": ["native/*.node"] |
15 | 14 | }, |
16 | 15 | "build-native-release": { |
|
22 | 21 | "../../.github/workflows/build_and_deploy.yml", |
23 | 22 | "../../rust-toolchain" |
24 | 23 | ], |
25 | | - "dependsOn": ["build-native-release"], |
26 | 24 | "outputs": ["native/*.node"] |
27 | 25 | }, |
28 | 26 | "build-native-no-plugin": { |
|
34 | 32 | "../../.github/workflows/build_and_deploy.yml", |
35 | 33 | "../../rust-toolchain" |
36 | 34 | ], |
37 | | - "dependsOn": ["build-native-no-plugin"], |
38 | 35 | "outputs": ["native/*.node"] |
39 | 36 | }, |
40 | 37 | "build-native-no-plugin-woa": { |
|
46 | 43 | "../../.github/workflows/build_and_deploy.yml", |
47 | 44 | "../../rust-toolchain" |
48 | 45 | ], |
49 | | - "dependsOn": ["build-native-no-plugin-woa"], |
50 | 46 | "outputs": ["native/*.node"] |
51 | 47 | }, |
52 | 48 | "build-native-no-plugin-woa-release": { |
|
58 | 54 | "../../.github/workflows/build_and_deploy.yml", |
59 | 55 | "../../rust-toolchain" |
60 | 56 | ], |
61 | | - "dependsOn": ["build-native-no-plugin-woa-release"], |
62 | 57 | "outputs": ["native/*.node"] |
63 | 58 | }, |
64 | 59 | "build-wasm": { |
|
70 | 65 | "../../.github/workflows/build_and_deploy.yml", |
71 | 66 | "../../rust-toolchain" |
72 | 67 | ], |
73 | | - "dependsOn": ["build-wasm"], |
74 | 68 | "outputs": ["crates/wasm/pkg/*"] |
75 | 69 | }, |
76 | 70 | "build-native-wasi": { |
|
82 | 76 | "../../.github/workflows/build_and_deploy.yml", |
83 | 77 | "../../rust-toolchain" |
84 | 78 | ], |
85 | | - "dependsOn": ["^build-native-wasi"], |
86 | 79 | "outputs": ["native/*"] |
87 | 80 | }, |
88 | 81 | "cache-build-native": { |
|
94 | 87 | "../../.github/workflows/build_and_deploy.yml", |
95 | 88 | "../../rust-toolchain" |
96 | 89 | ], |
97 | | - "dependsOn": ["cache-build-native"], |
98 | 90 | "outputs": ["native/*.node"] |
99 | 91 | }, |
100 | 92 | "rust-check": { |
|
0 commit comments