Skip to content

Commit 4c90897

Browse files
yanqi27Michael Yan
andauthored
add opensuse/tumbleweed to regression test (#119)
Co-authored-by: Michael Yan <myan@microstrategy.com>
1 parent f8433a1 commit 4c90897

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/regression.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ docker build --build-arg VARIANT="fedora:42" --build-arg GDB_VERSION="16.3" -t c
6363
docker system prune -af > /dev/null
6464
docker build --build-arg VARIANT="fedora:41" --build-arg GDB_VERSION="16.3" -t ca_test -q -f test/DockerfileTest_redhat .
6565

66-
#docker system prune -af > /dev/null
67-
#docker build --build-arg VARIANT="opensuse/tumbleweed" --build-arg GDB_VERSION="12.1" -t ca_test -q -f test/DockerfileTest_suse .
66+
docker system prune -af > /dev/null
67+
docker build --build-arg VARIANT="opensuse/tumbleweed" --build-arg GDB_VERSION="16.3" -t ca_test -q -f test/DockerfileTest_suse .
6868

6969
docker system prune -af > /dev/null
7070
docker build --build-arg VARIANT="opensuse/leap:16.0" --build-arg GDB_VERSION="16.3" -t ca_test -q -f test/DockerfileTest_suse .

0 commit comments

Comments
 (0)