mirror of
https://github.com/systemd/systemd.git
synced 2024-11-23 10:13:34 +08:00
ci: remove packages.microsoft.com
It is not needed, it publishes things like dotnet, and it is often broken, so just remove the sources
This commit is contained in:
parent
f6519d47a7
commit
2d0c95f2b2
2
.github/workflows/build_test.sh
vendored
2
.github/workflows/build_test.sh
vendored
@ -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
|
||||
|
2
.github/workflows/unit_tests.sh
vendored
2
.github/workflows/unit_tests.sh
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user