From 27386521a6e4d5a3c45b8acf94291ec3876fbdbb Mon Sep 17 00:00:00 2001 From: oech3 <79379754+oech3@users.noreply.github.com> Date: Tue, 20 Jan 2026 03:29:36 +0900 Subject: [PATCH 1/2] freebsd.yml: Drop useless cache actions --- .github/workflows/freebsd.yml | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/.github/workflows/freebsd.yml b/.github/workflows/freebsd.yml index 549f2ba85fe..3333278555f 100644 --- a/.github/workflows/freebsd.yml +++ b/.github/workflows/freebsd.yml @@ -37,11 +37,12 @@ jobs: - uses: actions/checkout@v6 with: persist-credentials: false - - uses: Swatinem/rust-cache@v2 - - name: Run sccache-cache - uses: mozilla-actions/sccache-action@v0.0.9 - with: - disable_annotations: true + # https://github.com/uutils/coreutils/issues/5797 + #- uses: Swatinem/rust-cache@v2 + #- name: Run sccache-cache + #uses: mozilla-actions/sccache-action@v0.0.9 + #with: + #disable_annotations: true - name: Prepare, build and test uses: vmactions/freebsd-vm@v1.2.9 with: @@ -135,11 +136,12 @@ jobs: persist-credentials: false - name: Avoid no space left on device (Ubuntu runner) run: sudo rm -rf /usr/share/dotnet /usr/local/lib/android & - - uses: Swatinem/rust-cache@v2 - - name: Run sccache-cache - uses: mozilla-actions/sccache-action@v0.0.9 - with: - disable_annotations: true + # https://github.com/uutils/coreutils/issues/5797 + #- uses: Swatinem/rust-cache@v2 + #- name: Run sccache-cache + #uses: mozilla-actions/sccache-action@v0.0.9 + #with: + #disable_annotations: true - name: Prepare, build and test uses: vmactions/freebsd-vm@v1.2.9 with: From 18a7cd761dbdc5352f17bda352b9e5d5dcce2b85 Mon Sep 17 00:00:00 2001 From: oech3 <79379754+oech3@users.noreply.github.com> Date: Tue, 20 Jan 2026 04:14:52 +0900 Subject: [PATCH 2/2] frebsd.yml: Drop sccache --- .github/workflows/freebsd.yml | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/.github/workflows/freebsd.yml b/.github/workflows/freebsd.yml index 3333278555f..3020105c689 100644 --- a/.github/workflows/freebsd.yml +++ b/.github/workflows/freebsd.yml @@ -1,6 +1,6 @@ name: FreeBSD -# spell-checker:ignore sshfs usesh vmactions taiki Swatinem esac fdescfs fdesc sccache nextest copyback logind +# spell-checker:ignore sshfs usesh vmactions taiki Swatinem esac fdescfs fdesc nextest copyback logind env: # * style job configuration @@ -30,19 +30,10 @@ jobs: matrix: job: - { os: ubuntu-24.04 , features: unix } - env: - SCCACHE_GHA_ENABLED: "true" - RUSTC_WRAPPER: "sccache" steps: - uses: actions/checkout@v6 with: persist-credentials: false - # https://github.com/uutils/coreutils/issues/5797 - #- uses: Swatinem/rust-cache@v2 - #- name: Run sccache-cache - #uses: mozilla-actions/sccache-action@v0.0.9 - #with: - #disable_annotations: true - name: Prepare, build and test uses: vmactions/freebsd-vm@v1.2.9 with: @@ -128,20 +119,12 @@ jobs: - { os: ubuntu-24.04 , features: unix } env: mem: 4096 - SCCACHE_GHA_ENABLED: "true" - RUSTC_WRAPPER: "sccache" steps: - uses: actions/checkout@v6 with: persist-credentials: false - name: Avoid no space left on device (Ubuntu runner) run: sudo rm -rf /usr/share/dotnet /usr/local/lib/android & - # https://github.com/uutils/coreutils/issues/5797 - #- uses: Swatinem/rust-cache@v2 - #- name: Run sccache-cache - #uses: mozilla-actions/sccache-action@v0.0.9 - #with: - #disable_annotations: true - name: Prepare, build and test uses: vmactions/freebsd-vm@v1.2.9 with: