]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
mkosi: update mkosi ref to 60ed8c964f8d98aa4b325f381c4b3bc6de91a0b7
authorLuca Boccassi <luca.boccassi@gmail.com>
Thu, 4 Jun 2026 15:07:02 +0000 (16:07 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Thu, 4 Jun 2026 15:07:29 +0000 (16:07 +0100)
60ed8c964f ubuntu: Don't treat linux-tools-xxx as a kernel package
24e5e532ab obs: enable PR CI workflow
5edcd2c5ca action: skip install of unavailable packages
4c18bc115b sandbox: Make seccomp work on alternative arches
a91c8730e2 tests: Mark install tests and run them separately
923f72ea63 Fix linter unit tests at package build time
3f4bee3392 tests: Avoid leading underscore in helper function
b2f04776c4 docs: Document debugging of failed sandbox commands
461a1dd290 run: Show complete sandbox command, factor out its logging
d74c0b03d9 Don't add El Torito boot catalog for BIOS/grub images by default
b0f9525c2c tests: Move unit tests from GitHub workflow into pytest
2889b5599b run: Add `cwd` kwarg to run()/spawn()
3f7de100b8 sandbox: Fix pyright "possibly unbound variable" errors
4cb9f337e2 gitignore: Add generated man pages and zipapp builddir
49c1c78f3f pytest: Restrict discovery to tests/
a9d7ab5e64 finalize_scripts: tighten the PATH-strip condition to actual self-exec
145f4c259b sandbox: Add --debug option
df43e4007d Mount /etc/resolv.conf symlink into sandbox

.github/workflows/coverage.yml
.github/workflows/linter.yml
.github/workflows/mkosi.yml
.github/workflows/unit-tests.yml
mkosi/mkosi.conf

index 6aa59f6d0999ce4d4b754e4d378062ce5ab2b745..3edcff25f5b94fd5a9c293e010d22e597de7b55f 100644 (file)
@@ -26,7 +26,7 @@ jobs:
       - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
         with:
           persist-credentials: false
-      - uses: systemd/mkosi@3e15f6734a3455a008c3617f89a6c5010d5bb9bf
+      - uses: systemd/mkosi@60ed8c964f8d98aa4b325f381c4b3bc6de91a0b7
 
       # Freeing up disk space with rm -rf can take multiple minutes. Since we don't need the extra free space
       # immediately, we remove the files in the background. However, we first move them to a different location
index 003122950abdac04196062b952b1820ca8af1d85..d44ad6c7466ce4979c76b900dbf398b171d342cc 100644 (file)
@@ -40,7 +40,7 @@ jobs:
           GITHUB_ACTIONS_CONFIG_FILE: actionlint.yml
           ENABLE_GITHUB_PULL_REQUEST_SUMMARY_COMMENT: false
 
-      - uses: systemd/mkosi@3e15f6734a3455a008c3617f89a6c5010d5bb9bf
+      - uses: systemd/mkosi@60ed8c964f8d98aa4b325f381c4b3bc6de91a0b7
 
       - name: Check that tabs are not used in Python code
         run: sh -c '! git grep -P "\\t" -- src/core/generate-bpf-delegate-configs.py src/boot/generate-hwids-section.py src/ukify/ukify.py test/integration-tests/integration-test-wrapper.py'
index 7d50bb13aa733435efad192d0bb42f8da80fe9be..f831536ba83244bbf110b1d2d21b7974e4dd34c7 100644 (file)
@@ -169,7 +169,7 @@ jobs:
       - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
         with:
           persist-credentials: false
-      - uses: systemd/mkosi@3e15f6734a3455a008c3617f89a6c5010d5bb9bf
+      - uses: systemd/mkosi@60ed8c964f8d98aa4b325f381c4b3bc6de91a0b7
 
       # Freeing up disk space with rm -rf can take multiple minutes. Since we don't need the extra free space
       # immediately, we remove the files in the background. However, we first move them to a different location
index d265c993c769af9e4c623bf08d014888e61a6271..085a4b091a639986d64b3add5564458199eb5f8b 100644 (file)
@@ -74,7 +74,7 @@ jobs:
         with:
           persist-credentials: false
 
-      - uses: systemd/mkosi@3e15f6734a3455a008c3617f89a6c5010d5bb9bf
+      - uses: systemd/mkosi@60ed8c964f8d98aa4b325f381c4b3bc6de91a0b7
 
       - name: Install apk
         # ubuntu-24.04 doesn't package apk, so fetch the official statically-linked binary from
index bff2efbdeecdf9b9e92de436283173c8d6ee0adf..2216ada89de0a2bb74e16a4f9ccd67923f23a152 100644 (file)
@@ -1,7 +1,7 @@
 # SPDX-License-Identifier: LGPL-2.1-or-later
 
 [Config]
-MinimumVersion=commit:3e15f6734a3455a008c3617f89a6c5010d5bb9bf
+MinimumVersion=commit:60ed8c964f8d98aa4b325f381c4b3bc6de91a0b7
 Dependencies=
         minimal-base
         minimal-0