From fe989a1f5af77dfa8ed88eca2c60a8bb6c2dbf5f Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Sat, 14 Feb 2026 16:04:57 +0100 Subject: [PATCH] mkosi: update mkosi ref to 4b18ea8395e9cc2b1d247be93944f5539affe964 * 4b18ea8395 sandbox: Make sure eventfd is CLOEXEC * 23ea86d0cf Revert "Bump minimum python version to 3.10" * 81fd30ec77 Revert "sandbox: Use os.eventfd()" * 717020c97b Revert "Use python3.12 as interpreter in CentOS Stream 9 zipapp" * e1d0e45e3b Rework sandbox globbing and exist checks --- .github/workflows/coverage.yml | 2 +- .github/workflows/linter.yml | 2 +- .github/workflows/mkosi.yml | 2 +- mkosi/mkosi.conf | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index abcba56a404..8ac64330463 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - - uses: systemd/mkosi@d6ddc66acb05d3d761d3f600c6b029319db9ae95 + - uses: systemd/mkosi@4b18ea8395e9cc2b1d247be93944f5539affe964 # 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 diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 4ec82533b9c..c1b27679582 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -39,7 +39,7 @@ jobs: GITHUB_ACTIONS_CONFIG_FILE: actionlint.yml ENABLE_GITHUB_PULL_REQUEST_SUMMARY_COMMENT: false - - uses: systemd/mkosi@d6ddc66acb05d3d761d3f600c6b029319db9ae95 + - uses: systemd/mkosi@4b18ea8395e9cc2b1d247be93944f5539affe964 - 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' diff --git a/.github/workflows/mkosi.yml b/.github/workflows/mkosi.yml index 78246964ef6..f51dc4ccbb2 100644 --- a/.github/workflows/mkosi.yml +++ b/.github/workflows/mkosi.yml @@ -167,7 +167,7 @@ jobs: steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - - uses: systemd/mkosi@d6ddc66acb05d3d761d3f600c6b029319db9ae95 + - uses: systemd/mkosi@4b18ea8395e9cc2b1d247be93944f5539affe964 # 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 diff --git a/mkosi/mkosi.conf b/mkosi/mkosi.conf index 4e5be6718ce..08019db1190 100644 --- a/mkosi/mkosi.conf +++ b/mkosi/mkosi.conf @@ -1,7 +1,7 @@ # SPDX-License-Identifier: LGPL-2.1-or-later [Config] -MinimumVersion=commit:d6ddc66acb05d3d761d3f600c6b029319db9ae95 +MinimumVersion=commit:4b18ea8395e9cc2b1d247be93944f5539affe964 Dependencies= minimal-base minimal-0 -- 2.47.3