Skip to content

Commit 70c6ad6

Browse files
authored
Merge edad7c1 into c19b6aa
2 parents c19b6aa + edad7c1 commit 70c6ad6

File tree

19 files changed

+639
-7498
lines changed

19 files changed

+639
-7498
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -164,13 +164,6 @@ jobs:
164164
with:
165165
profile: minimal
166166

167-
- name: Patch
168-
shell: bash
169-
run: |
170-
echo '[patch.crates-io]' >> bindings/Cargo.toml
171-
./scripts/cargo/patch-section.sh >> bindings/Cargo.toml
172-
cd bindings && cargo update -p swc_core -p swc_ts_fast_strip
173-
174167
- name: Install wasm-pack
175168
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
176169

@@ -391,14 +384,6 @@ jobs:
391384
node-version: 18
392385
cache: "yarn"
393386

394-
- name: Patch
395-
shell: bash
396-
run: |
397-
echo '[patch.crates-io]' >> bindings/Cargo.toml
398-
./scripts/cargo/patch-section.sh
399-
./scripts/cargo/patch-section.sh >> bindings/Cargo.toml
400-
cd bindings && cargo update -p swc_core -p swc_ts_fast_strip
401-
402387
- name: Set platform name
403388
run: |
404389
export NODE_PLATFORM_NAME=$(node -e "console.log(require('os').platform())")
@@ -449,13 +434,6 @@ jobs:
449434
- name: Install wasm-pack
450435
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
451436

452-
- name: Patch
453-
shell: bash
454-
run: |
455-
echo '[patch.crates-io]' >> bindings/Cargo.toml
456-
./scripts/cargo/patch-section.sh >> bindings/Cargo.toml
457-
cd bindings && cargo update -p swc_core -p swc_ts_fast_strip
458-
459437
- name: Prepare
460438
run: |
461439
rustup target add wasm32-wasip1

.github/workflows/binary-size.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,6 @@ jobs:
4040
- name: Install wasm-pack
4141
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
4242

43-
- name: Prepare build
44-
run: |
45-
rustup target add wasm32-wasip1
46-
echo '[patch.crates-io]' >> bindings/Cargo.toml
47-
./scripts/cargo/patch-section.sh >> bindings/Cargo.toml
48-
cd bindings && cargo update -p swc_core -p swc_ts_fast_strip
49-
5043
- name: Install dependencies
5144
run: yarn
5245

0 commit comments

Comments
 (0)