]> gitweb.fluxo.info Git - keyringer.git/commitdiff
Fix: CI: debian: add deb-src entry
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 21 Feb 2026 12:27:06 +0000 (09:27 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 21 Feb 2026 12:27:06 +0000 (09:27 -0300)
.gitlab-ci.yml

index bc9d0d74c06a5567359f055fd2cb2e327a55333f..1d9fda5ff17767ea60c62dacab83d0f7b508128c 100644 (file)
@@ -32,6 +32,9 @@ debian:
     - echo 'DISTRIBUTION=sid'                           > /etc/pbuilderrc
     - echo 'MIRRORSITE=http://http.debian.net/debian/' >> /etc/pbuilderrc
 
+    # Add sources, so apt-get build-dep works
+    - echo "deb-src https://deb.debian.org/debian sid main" >> /etc/apt/sources.list
+
     # Install dependencies
     - apt-get update
     - apt-get install -y git