]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
ci: enable jammy-proposed-updates to get new libsolv
authorLuca Boccassi <bluca@debian.org>
Sat, 18 Nov 2023 18:15:44 +0000 (18:15 +0000)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Sun, 19 Nov 2023 09:26:06 +0000 (10:26 +0100)
rawhide and tumbleweed now compress repodata with zstd which cannot be
handled by libsolv in jammy. Enable jammy-proposed to get new version
with the fix.

This reverts commit 4cec733f9186edec10904c30b4afd3d1c8857d9d.

.github/workflows/ci.yml

index 6edc3e8457a627a817bef6174f421e56c5d3093c..49f04e076ae641acd9dd8e2c2c61a6529c52d275 100644 (file)
@@ -99,6 +99,10 @@ jobs:
 
     steps:
       - uses: actions/checkout@v3
+      - 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: ./
 
       # Make sure the latest changes from the pull request are used.
@@ -143,6 +147,10 @@ jobs:
 
     steps:
     - uses: actions/checkout@v3
+    - 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: ./
 
     # Make sure the latest changes from the pull request are used.