[Git][cmucl/cmucl][master] Clean up for fedora shell runner

Raymond Toy gitlab at common-lisp.net
Mon Aug 12 04:44:44 UTC 2019



Raymond Toy pushed to branch master at cmucl / cmucl


Commits:
04d5d03f by Raymond Toy at 2019-08-12T04:44:32Z
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.

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.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



View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/04d5d03ff14be78bbcfef4ef3d4b99dffae1205e

-- 
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/04d5d03ff14be78bbcfef4ef3d4b99dffae1205e
You're receiving this email because of your account on gitlab.common-lisp.net.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cmucl-cvs/attachments/20190812/1eb622c5/attachment.html>


More information about the cmucl-cvs mailing list