From 04d5d03ff14be78bbcfef4ef3d4b99dffae1205e Mon Sep 17 00:00:00 2001 From: Raymond Toy <toy.raymond@gmail.com> Date: Sun, 11 Aug 2019 21:44:11 -0700 Subject: [PATCH] Clean up for fedora shell runner We're not using the fedora docker anymore (because I can't get it to work anymore and don't remember how I got it to work to begin with). Thus, use the fedora shell executor to run CI so we don't need the image or to wget lots of stuff because it's already installed. --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5750cd95f..e8097e1e0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,11 +4,9 @@ variables: bootstrap: "-B boot-21d.lisp" linux-runner: - image: ubuntu:16.04 tags: - linux before_script: - - apt-get update -qq && apt-get install -y wget bzip2 make gcc gcc-multilib time bc git - wget -nv $download_url/cmucl-$version-linux.tar.bz2 - wget -nv $download_url/cmucl-$version-linux.extra.tar.bz2 - mkdir snapshot -- GitLab