]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
mkosi ci: enable jammy-proposed
authorLuca Boccassi <bluca@debian.org>
Fri, 17 Nov 2023 10:31:26 +0000 (10:31 +0000)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Fri, 17 Nov 2023 14:14:18 +0000 (14:14 +0000)
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

.github/workflows/mkosi.yml

index 7b676ddbfbdb23104504c58c537397a3be507d6d..0d1d3a30b0889dcc6bef9947eb0e569baccee1d9 100644 (file)
@@ -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