From b9fb2775cd5d38e09a35eb6178929baf09f39a32 Mon Sep 17 00:00:00 2001 From: Sebastian Krzyszkowiak Date: Fri, 30 Oct 2020 18:29:05 +0100 Subject: [PATCH] gitlab-ci: Use bullseye CI repo This is needed to be able to use callaudiod before it reaches Debian Bullseye. --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 46f785f..6814db2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,8 +15,11 @@ variables: 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 . - - apt-get -y install $DEPS - ulimit -c unlimited .tags: &tags