Skip to content
Snippets Groups Projects
Commit 03f0ae55 authored by Guido Gunther's avatar Guido Gunther :zzz:
Browse files

ci: Use eatmydata to speed up package installs

parent 6ef5ec6a
No related branches found
No related tags found
No related merge requests found
......@@ -5,12 +5,12 @@ variables:
before_script:
- export DEBIAN_FRONTEND=noninteractive
- apt-get -y update
- apt-get -y install wget gnupg
- apt-get -y install wget gnupg eatmydata
- echo "deb http://ci.puri.sm/ scratch librem5" > /etc/apt/sources.list.d/ci.list
- wget -O- https://ci.puri.sm/ci-repo.key | apt-key add -
- apt-get -y update
- apt-get -y build-dep .
- apt-get -y install $DEPS
- eatmydata apt-get -y update
- eatmydata apt-get -y build-dep .
- eatmydata apt-get -y install $DEPS
- ulimit -c unlimited
.tags: &tags
......
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