From cf34c1dd492e98d49f94756f3bd59c5bda8be05f Mon Sep 17 00:00:00 2001 From: messense Date: Wed, 20 Mar 2024 19:36:12 +0800 Subject: [PATCH] Disable sccache for now --- .github/workflows/CI.yml | 4 ++-- .github/workflows/Release.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 0dd3c19..7c1a1c5 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -41,8 +41,8 @@ jobs: zig: master env: RUST_BACKTRACE: "1" - SCCACHE_GHA_ENABLED: "true" - RUSTC_WRAPPER: "sccache" + # SCCACHE_GHA_ENABLED: "true" + # RUSTC_WRAPPER: "sccache" steps: - uses: actions/checkout@v4 - name: setup sccache diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 56dda2f..efef6fc 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -22,7 +22,7 @@ jobs: uses: PyO3/maturin-action@v1 with: args: --release --out dist --strip --universal2 - sccache: 'true' + # sccache: 'true' - name: Upload wheels uses: actions/upload-artifact@v4 with: @@ -70,7 +70,7 @@ jobs: with: target: ${{ matrix.platform.target }} args: --release --out dist --strip - sccache: 'true' + # sccache: 'true' - name: Upload wheels uses: actions/upload-artifact@v4 with: @@ -123,7 +123,7 @@ jobs: manylinux: auto container: off args: --release -o dist --strip - sccache: 'true' + # sccache: 'true' - name: Upload wheels uses: actions/upload-artifact@v4 with: