summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Boccassi <bluca@debian.org>2023-11-17 11:31:26 +0100
committerFrantisek Sumsal <frantisek@sumsal.cz>2023-11-17 15:14:18 +0100
commit48bfc6791dca3b130befe419fc07f15f515b291c (patch)
tree9f2378886681967b645832775e518894b44246f9
parentNEWS: drop duplicate 'of' (diff)
downloadsystemd-48bfc6791dca3b130befe419fc07f15f515b291c.tar.xz
systemd-48bfc6791dca3b130befe419fc07f15f515b291c.zip
mkosi ci: enable jammy-proposed
This will bring in the fix for rawhide/tumbleweed builds (new libsolv capable of handling zstd). If all goes well it will migrate to jammy proper in a week and it can be reverted
-rw-r--r--.github/workflows/mkosi.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/mkosi.yml b/.github/workflows/mkosi.yml
index 7b676ddbfb..0d1d3a30b0 100644
--- a/.github/workflows/mkosi.yml
+++ b/.github/workflows/mkosi.yml
@@ -75,6 +75,11 @@ jobs:
SYSTEMD_LOG_LEVEL: debug
steps:
+ - name: Enable proposed-updates
+ run: |
+ sudo mkdir -p /etc/apt/sources.list.d/
+ echo 'deb http://azure.archive.ubuntu.com/ubuntu jammy-proposed restricted main universe' | sudo tee /etc/apt/sources.list.d/proposed.list
+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: systemd/mkosi@16e63baaeadf7a5b100c5b5bf780c61c29878cfc