From 0e109668055d04f9e34fa299f9aaa00efaef9ece Mon Sep 17 00:00:00 2001 From: Caleb Whitehead Date: Tue, 23 Jul 2024 16:55:18 -0700 Subject: [PATCH] Update SCCACHE version --- .github/workflows/build-test-verilator.yml | 2 +- .github/workflows/interactive-debugging.yml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-test-verilator.yml b/.github/workflows/build-test-verilator.yml index c27e7880d..2eea75ab1 100644 --- a/.github/workflows/build-test-verilator.yml +++ b/.github/workflows/build-test-verilator.yml @@ -11,7 +11,7 @@ on: env: CARGO_INCREMENTAL: 0 - SCCACHE_VERSION: 0.3.3 + SCCACHE_VERSION: 0.8.1 RISCV_VERSION: v12.1.0 VERILATOR_VERSION: v5.012 PKG_CONFIG_PATH: /opt/verilator/share/pkgconfig diff --git a/.github/workflows/interactive-debugging.yml b/.github/workflows/interactive-debugging.yml index 124e1d5f4..a9f303eb8 100644 --- a/.github/workflows/interactive-debugging.yml +++ b/.github/workflows/interactive-debugging.yml @@ -16,8 +16,7 @@ jobs: env: CARGO_INCREMENTAL: 0 - SCCACHE_VERSION: 0.3.3 - # TODO: To update to 5.006, clean up lint errors + SCCACHE_VERSION: 0.8.1 VERILATOR_VERSION: v5.012 SCCACHE_GHA_CACHE_TO: sccache-verilator-10000 SCCACHE_GHA_CACHE_FROM: sccache-verilator-