mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
mkosi: update mkosi commit reference to 655baf24474a6f0732ec1b82a71c2f6fe4eeeb49
* 655baf2447 mkosi-initrd: move udev rules files for dm and md * dec7c3e754 mkosi-vm: Drop tpm_tis change * 021e3af926 shim: fix log message of installed binary * 07c24a7d42 mkosi-initrd/vm: ensure TPM2 core modules are installed in the initrd
This commit is contained in:
committed by
Luca Boccassi
parent
9753ab34cd
commit
1afcf37a73
2
.github/workflows/coverage.yml
vendored
2
.github/workflows/coverage.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
||||
- uses: systemd/mkosi@cb1a3c90490922441548d09b09c7b76426e4bc20
|
||||
- uses: systemd/mkosi@655baf24474a6f0732ec1b82a71c2f6fe4eeeb49
|
||||
|
||||
# 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
|
||||
|
||||
2
.github/workflows/linter.yml
vendored
2
.github/workflows/linter.yml
vendored
@@ -38,7 +38,7 @@ jobs:
|
||||
LINTER_RULES_PATH: .github/linters
|
||||
GITHUB_ACTIONS_CONFIG_FILE: actionlint.yml
|
||||
|
||||
- uses: systemd/mkosi@cb1a3c90490922441548d09b09c7b76426e4bc20
|
||||
- uses: systemd/mkosi@655baf24474a6f0732ec1b82a71c2f6fe4eeeb49
|
||||
|
||||
- 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'
|
||||
|
||||
2
.github/workflows/mkosi.yml
vendored
2
.github/workflows/mkosi.yml
vendored
@@ -156,7 +156,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
||||
- uses: systemd/mkosi@cb1a3c90490922441548d09b09c7b76426e4bc20
|
||||
- uses: systemd/mkosi@655baf24474a6f0732ec1b82a71c2f6fe4eeeb49
|
||||
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user