From 1fd6d983da8867c0f51373f98e6cbb37cd3337fd Mon Sep 17 00:00:00 2001 From: Tim Allen Date: Thu, 3 Jan 2019 20:37:30 +1100 Subject: [PATCH] Build with Ubuntu LTS instead of Debian Stable. Debian has served us well, but byuu would like to start using C++17 features which generally requires GCC7. Debian Stable only has GCC6 right now, while Ubuntu LTS has the required version, so that should get things going again. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 75130d15..0979e981 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ # NOTE: This file is not part of the official higan source, it's been added # to help build WIP binaries with minimal fuss. -image: debian:stable +image: ubuntu:latest higan-linux-x86_64-binaries: script: