Skip to content

Commit

Permalink
Merge branch '11-19-ignore_list_rather_than_group' into 11-27-fix_tur…
Browse files Browse the repository at this point in the history
…bopack_is_internal
  • Loading branch information
huozhi authored Nov 27, 2024
2 parents c4dd8ba + f43b888 commit 1537c48
Show file tree
Hide file tree
Showing 514 changed files with 13,005 additions and 8,733 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,6 @@ jobs:
# --env-mode loose is a breaking change required with turbo 2.x since Strict mode is now the default
# TODO: we should add the relevant envs later to to switch to strict mode
build: |
export CC=$(xcrun -f clang);
export CXX=$(xcrun -f clang++);
SYSROOT=$(xcrun --sdk macosx --show-sdk-path);
export CFLAGS="-isysroot $SYSROOT -isystem $SYSROOT";
npm i -g "@napi-rs/cli@${NAPI_CLI_VERSION}" "turbo@${TURBO_VERSION}" && corepack enable
turbo run build-native-release -vvv --env-mode loose --remote-cache-timeout 90 --summarize -- --target aarch64-apple-darwin
strip -x packages/next-swc/native/next-swc.*.node
Expand Down
5 changes: 3 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ indoc = "2.0.0"
itertools = "0.10.5"
lazy_static = "1.4.0"
log = "0.4.17"
lightningcss = { version = "1.0.0-alpha.60", features = [
lightningcss = { version = "1.0.0-alpha.61", features = [
"serde",
"visitor",
"into_owned",
Expand Down
Loading

0 comments on commit 1537c48

Please sign in to comment.