]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
ci: remove packages.microsoft.com
authorLuca Boccassi <bluca@debian.org>
Wed, 24 Apr 2024 14:33:31 +0000 (15:33 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 24 Apr 2024 16:07:52 +0000 (18:07 +0200)
It is not needed, it publishes things like dotnet, and it is often
broken, so just remove the sources

.github/workflows/build_test.sh
.github/workflows/unit_tests.sh

index 80f01f09dd02e6b19e42d6aa700d8fc9d04be0e1..8d5dc660de9681d06b7329e17660040a72db25d2 100755 (executable)
@@ -111,6 +111,8 @@ else
     fatal "Unknown compiler: $COMPILER"
 fi
 
+# This is added by default, and it is often broken, but we don't need anything from it
+sudo rm -f /etc/apt/sources.list.d/microsoft-prod.list
 # PPA with some newer build dependencies (like zstd)
 sudo add-apt-repository -y --no-update ppa:upstream-systemd-ci/systemd-ci
 sudo add-apt-repository -y --no-update --enable-source
index cf9dd19151e6104cbb981228c07a8c421631200e..9236d45186d4ce8d92f60f6773386073c2f7b9ea 100755 (executable)
@@ -52,6 +52,8 @@ for phase in "${PHASES[@]}"; do
     case $phase in
         SETUP)
             info "Setup phase"
+            # This is added by default, and it is often broken, but we don't need anything from it
+            rm -f /etc/apt/sources.list.d/microsoft-prod.list
             # PPA with some newer build dependencies
             add-apt-repository -y --no-update ppa:upstream-systemd-ci/systemd-ci
             add-apt-repository -y --no-update --enable-source