From 9e7cef1936551c86e4cf7703148229a8d21c5f4b Mon Sep 17 00:00:00 2001 From: Caleb Whitehead Date: Tue, 23 Jul 2024 17:22:35 -0700 Subject: [PATCH] Update SCCACHE version in verilator workflows --- .github/workflows/build-test-verilator.yml | 2 +- .github/workflows/interactive-debugging.yml | 5 ++--- 2 files changed, 3 insertions(+), 4 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..fedc51f7c 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- @@ -94,7 +93,7 @@ jobs: env: CARGO_INCREMENTAL: 0 - SCCACHE_VERSION: 0.3.3 + SCCACHE_VERSION: 0.8.1 # A custom fork is needed to allow bypassing core examination and accessing # peripherals regardless of core state. OPENOCD_REPO: https://github.com/antmicro/openocd