ext: Fix GCC v13+ comp of systemc due to problematic overloaded-virtual warn (#1576)

Fixes #1121 in line with the following suggesting:

https://github.com/gem5/gem5/issues/1121#issuecomment-2352743409
This commit is contained in:
Bobby R. Bruce
2024-09-26 14:32:20 -07:00
committed by GitHub
2 changed files with 13 additions and 1 deletions

View File

@@ -77,7 +77,7 @@ jobs:
dramsys-tests:
runs-on: [self-hosted, linux, x64]
container: ghcr.io/gem5/ubuntu-22.04_all-dependencies:latest
container: ghcr.io/gem5/ubuntu-24.04_all-dependencies:latest
timeout-minutes: 4320 # 3 days
steps:
- uses: actions/checkout@v4