-
-
Notifications
You must be signed in to change notification settings - Fork 603
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into fix/max-size-many-chunks
- Loading branch information
Showing
317 changed files
with
6,917 additions
and
3,443 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,6 +62,7 @@ jobs: | |
with: | ||
target: x86_64-unknown-linux-gnu | ||
profile: "debug" | ||
native: ${{ needs.get-runner-labels.outputs.LINUX_RUNNER_LABELS == '"ubuntu-latest"' }} | ||
runner: ${{ needs.get-runner-labels.outputs.LINUX_RUNNER_LABELS }} | ||
skipable: ${{ needs.check-changed.outputs.changed != 'true' }} | ||
|
||
|
@@ -159,7 +160,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: crate-ci/[email protected].2 | ||
- uses: crate-ci/[email protected].4 | ||
with: | ||
files: . | ||
|
||
|
@@ -288,7 +289,7 @@ jobs: | |
- uses: ./.github/actions/rustup | ||
with: | ||
shared-key: check | ||
- uses: cargo-bins/[email protected].16 | ||
- uses: cargo-bins/[email protected].17 | ||
- run: cargo binstall --no-confirm cargo-shear | ||
- run: cargo shear | ||
|
||
|
@@ -318,7 +319,7 @@ jobs: | |
- name: Run test | ||
# reason for excluding https://github.com/napi-rs/napi-rs/issues/2200 | ||
run: cargo test --workspace --exclude rspack_binding_options --exclude rspack_node -- --nocapture | ||
run: cargo test --workspace --exclude rspack_node -- --nocapture | ||
|
||
rust_test_miri: | ||
name: Rust test miri | ||
|
@@ -349,7 +350,7 @@ jobs: | |
env: | ||
MIRIFLAGS: -Zmiri-tree-borrows -Zmiri-disable-isolation | ||
# reason for excluding https://github.com/napi-rs/napi-rs/issues/2200 | ||
run: cargo miri test --workspace --exclude rspack_binding_options --exclude rspack_node -- --nocapture | ||
run: cargo miri test --workspace --exclude rspack_node -- --nocapture | ||
|
||
run_rust_benchmark: | ||
name: Run rust benchmark | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.