Skip to content
Snippets Groups Projects
Commit 04d5d03f authored by Raymond Toy's avatar Raymond Toy
Browse files

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.
parent 35ed80d7
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment