From 38ee3484d195c7102c8bf6f3e34622566370ff4e Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Thu, 1 Sep 2022 00:48:48 -0700 Subject: [PATCH] don't install recommended packages in CI this should save a bunch of time --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 52dbf8c5..9277d50f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ build: - apt-get update # one package per line to simplify sorting, git diff, etc. - >- - apt-get -y install + apt-get -y install --no-install-recommends autoconf binutils-powerpc64-linux-gnu binutils-powerpc64le-linux-gnu -- 2.30.2