Skip to content

Commit

Permalink
build: Update swc_core to v10.1.0 (#74580)
Browse files Browse the repository at this point in the history
### What?

Update swc crates to https://github.com/swc-project/swc/releases/tag/swc_core%40v10.1.0



### Why?

To apply #73696 and parallelization improvements.

### How?
  • Loading branch information
kdy1 authored Jan 10, 2025
1 parent d29f2f9 commit da3f782
Show file tree
Hide file tree
Showing 10 changed files with 1,264 additions and 516 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ jobs:
build: >-
set -ex &&
apk update &&
apk add --no-cache libc6-compat pkgconfig dav1d libdav1d dav1d-dev &&
apk add --no-cache libc6-compat pkgconfig dav1d libdav1d dav1d-dev clang-static llvm-dev &&
rustup show &&
rustup target add x86_64-unknown-linux-musl &&
npm i -g "@napi-rs/cli@${NAPI_CLI_VERSION}" &&
Expand Down Expand Up @@ -261,7 +261,7 @@ jobs:
build: >-
set -ex &&
apk update &&
apk add --no-cache libc6-compat pkgconfig dav1d libdav1d dav1d-dev &&
apk add --no-cache libc6-compat pkgconfig dav1d libdav1d dav1d-dev clang-static llvm-dev &&
export JEMALLOC_SYS_WITH_LG_PAGE=16 &&
npm i -g "@napi-rs/cli@${NAPI_CLI_VERSION}" &&
rustup show &&
Expand Down
Loading

0 comments on commit da3f782

Please sign in to comment.