From 0f7fbc8c791d8dfbab2589be831d9780b031af6b Mon Sep 17 00:00:00 2001 From: Andrew Bauer Date: Tue, 24 Dec 2019 09:53:56 -0600 Subject: [PATCH] use my el-8 container packpack el-8 container contains a dnf related bug, which causes el8 builds to fail. Switch to a container I built with a workaround. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 579ad321f..e28002372 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +33,7 @@ install: env: - SMPFLAGS=-j4 OS=el DIST=7 - - SMPFLAGS=-j4 OS=el DIST=8 + - SMPFLAGS=-j4 OS=el DIST=8 DOCKER_REPO=knnniggett/packpack - SMPFLAGS=-j4 OS=fedora DIST=29 - SMPFLAGS=-j4 OS=fedora DIST=30 - SMPFLAGS=-j4 OS=fedora DIST=31