tests: Add 18.04/20.04 min/all-dependency compiler tests

The purpose of these additional tests is to ensure that:

1) gem5 compiles correctly on both ubuntu 18.04 and 20.04.
2) gem5 compiles for both minimum dependencies and all dependencies.

Change-Id: Id28fa59fbd899256ab0c6a964077e69462b461c4
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/47340
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Jason Lowe-Power <power.jg@gmail.com>
Maintainer: Jason Lowe-Power <power.jg@gmail.com>
This commit is contained in:
Bobby Bruce
2021-06-29 15:03:04 -07:00
committed by Bobby R. Bruce
parent 7aa3c4c638
commit 371f1b252f

View File

@@ -22,6 +22,11 @@ images=("gcc-version-10"
"clang-version-8"
"clang-version-7"
"clang-version-6.0"
# The following checks our support for Ubuntu 18.04 and 20.04, for both our
# "minimum dependencies" and "all dependencies" docker images.
"ubuntu-18.04_all-dependencies"
"ubuntu-20.04_all-dependencies"
"ubuntu-20.04_min-dependencies"
)
# A subset of the above list: these images will build against every target,