From 613d5acde5d81cb7b2ea669cbf2ee9d700e78fa4 Mon Sep 17 00:00:00 2001 From: Julian Sparber Date: Mon, 25 Jan 2021 21:54:12 +0100 Subject: [PATCH] ci: drop bullseyeci packages --- .gitlab-ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 606dcaa..247eefa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,7 +15,6 @@ build:native: - _build variables: BUILD_OPTS: -Dgtk_doc=true ${COMMON_BUILD_OPTS} - DEPS: build-essential git WANT_BUILD_DEPS: "true" COMMON_BUILD_OPTS: --werror except: @@ -27,10 +26,6 @@ build:native: before_script: - export DEBIAN_FRONTEND=noninteractive - apt-get -y update - - apt-get -y install $DEPS wget ca-certificates gnupg - - echo "deb http://ci.puri.sm/ bullseyeci main" > /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 . - ulimit -c unlimited script: