diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-07-29 13:40:42 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-07-29 13:40:42 +0200 |
commit | 578ee05155c0f6d8cc07f785fcc636037545c8da (patch) | |
tree | 1f0ae4c9fdce069feefc6e7824a628af789c53d9 /.github | |
parent | Merge pull request #33535 from neighbourhoodie/tests/dns-cache (diff) | |
download | systemd-578ee05155c0f6d8cc07f785fcc636037545c8da.tar.xz systemd-578ee05155c0f6d8cc07f785fcc636037545c8da.zip |
test: Don't mount build sources into image when running non-interactively
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/mkosi.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/mkosi.yml b/.github/workflows/mkosi.yml index 7070e9c636..124dc6fcc4 100644 --- a/.github/workflows/mkosi.yml +++ b/.github/workflows/mkosi.yml @@ -159,8 +159,6 @@ jobs: [Host] QemuMem=4G - # We build with debuginfo so there's no point in mounting the sources into the machine. - RuntimeBuildSources=no EOF - name: Generate secure boot key |