From bebf9d05f2401a3bef9dea0b956e75f762b600ba Mon Sep 17 00:00:00 2001 From: Derek Christ Date: Wed, 19 Mar 2025 12:46:26 +0100 Subject: [PATCH] tests: Update DRAMSys test to use new version --- .github/workflows/weekly-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/weekly-tests.yaml b/.github/workflows/weekly-tests.yaml index 4599b8fffb..5cfd045a41 100644 --- a/.github/workflows/weekly-tests.yaml +++ b/.github/workflows/weekly-tests.yaml @@ -250,7 +250,7 @@ jobs: - uses: actions/checkout@v4 - name: Checkout DRAMSys working-directory: ${{ github.workspace }}/ext/dramsys - run: git clone https://github.com/tukl-msd/DRAMSys --branch v5.0 --depth 1 DRAMSys + run: git clone https://github.com/tukl-msd/DRAMSys --branch v5.1 --depth 1 DRAMSys # gem5 is built separately because it depends on the DRAMSys library - name: Build gem5