From 068e1e17266389932c1f99092d6bfb9bc1193fba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EB=8F=99=EC=9C=A4=20=28Donny=29?= Date: Fri, 10 Jan 2025 12:11:04 +0900 Subject: [PATCH] chore(ci): Remove miri --- .github/workflows/CI.yml | 47 ---------------------------------------- 1 file changed, 47 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 31a2ba4f8095..478082a4bf4c 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -488,53 +488,6 @@ jobs: export NODE_OPTIONS="--unhandled-rejections=warn" (cd crates/swc_node_bundler/tests/integration/react && npm install && npx spack) - # miri: - # name: Miri - # runs-on: ubuntu-latest - # if: >- - # ${{ !contains(github.event.head_commit.message, 'chore: ') }} - # strategy: - # fail-fast: false - # matrix: - # crate: - # - swc_parallel - # steps: - # - uses: actions/checkout@v4 - # with: - # submodules: true - - # - shell: bash - # run: corepack enable - - # - uses: actions/setup-node@v4 - # with: - # node-version: "18" - # cache: "yarn" - - # - name: Install node dependencies - # shell: bash - # run: | - # corepack enable - # yarn - - # - name: Print rustup toolchain version - # shell: bash - # id: rustup-version - # run: | - # export RUST_TOOLCHAIN="$(cat rust-toolchain | tr -d '\n')" - # echo "Rust toolchain: $RUST_TOOLCHAIN" - # echo "RUST_TOOLCHAIN=$RUST_TOOLCHAIN" >> "$GITHUB_OUTPUT" - - # - name: Install - # uses: dtolnay/rust-toolchain@stable - # with: - # toolchain: "${{ steps.rustup-version.outputs.RUST_TOOLCHAIN }}" - # components: miri - - # - run: cargo miri test -p ${{ matrix.crate }} --no-fail-fast - # continue-on-error: true - # env: - # MIRIFLAGS: "-Zmiri-disable-isolation" done: needs: - cargo-fmt