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/04d5d03ff14be78bbcfef4ef3…
--
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/04d5d03ff14be78bbcfef4ef3…
You're receiving this email because of your account on gitlab.common-lisp.net.