Raymond Toy pushed to branch rtoy-gitlab-ci at cmucl / cmucl Commits: 5c92a00f by Raymond Toy at 2017-09-02T13:28:51-07:00 Install bzip2 so we can untar the cmucl tarballs - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ before_script: - - apt-get update -qq && apt-get install -y wget + - apt-get update -qq && apt-get install -y wget bzip2 - wget -nv https://common-lisp.net/project/cmucl/downloads/snapshots/2016/09/cmucl-2016... - tar xjf cmucl-2016-09-x86-linux.tar.bz2 - wget -nv https://common-lisp.net/project/cmucl/downloads/snapshots/2016/09/cmucl-2016... View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/5c92a00f209935d66237e3833f... --- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/5c92a00f209935d66237e3833f... You're receiving this email because of your account on gitlab.common-lisp.net.