From e3fd7dcaec6d03d2894a297ef91c3271d111d9d8 Mon Sep 17 00:00:00 2001 From: "Bobby R. Bruce" Date: Thu, 26 Sep 2024 11:10:32 -0700 Subject: [PATCH] misc,tests: Remove cache store from dramsys test --- .github/workflows/weekly-tests.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/weekly-tests.yaml b/.github/workflows/weekly-tests.yaml index 45258c074c..98dc8f8063 100644 --- a/.github/workflows/weekly-tests.yaml +++ b/.github/workflows/weekly-tests.yaml @@ -85,15 +85,6 @@ jobs: working-directory: ${{ github.workspace }}/ext/dramsys run: git clone https://github.com/tukl-msd/DRAMSys --branch v5.0 --depth 1 DRAMSys - - name: Cache build/ALL - # Just restore as we don't want to cache the DRAMSys library most of the time. - uses: actions/cache/restore@v4 - with: - path: build/ALL - key: testlib-build-all-${{ hashFiles('src/**') }} - restore-keys: | - testlib-build-all - # gem5 is built separately because it depends on the DRAMSys library - name: Build gem5 working-directory: ${{ github.workspace }}