misc,tests: Remove cache store from dramsys test

This commit is contained in:
Bobby R. Bruce
2024-09-26 11:10:32 -07:00
parent 6bb1c9638c
commit e3fd7dcaec

View File

@@ -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 }}