Use bionic to build focal version because it has GCC 4.8?

This commit is contained in:
Sryder 2020-05-16 00:02:33 +01:00
parent dbcbbf1ae4
commit e0aa6ef252

View file

@ -451,7 +451,7 @@ matrix:
- p7zip-full
- gcc-4.8
compiler: gcc-4.8
dist: focal
dist: bionic
if: env(DPL_ENABLED) = "1" AND (env(_DPL_JOB_ENABLED) = "1" OR env(DPL_JOB_ENABLE_ALL) = "1")
AND (branch =~ /^.*deployer.*$/ OR (tag IS present AND env(DPL_TAG_ENABLED) = "1"))
AND env(DPL_TERMINATE_MAIN) != "1"