mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
mkosi: Use default timeout of 10s
Let's override the default timeout to something more reasonable for mkosi builds.
This commit is contained in:
1
.github/workflows/mkosi.yml
vendored
1
.github/workflows/mkosi.yml
vendored
@@ -91,6 +91,7 @@ jobs:
|
||||
|
||||
[Content]
|
||||
Environment=CI_BUILD=1
|
||||
DEFAULT_TIMEOUT_SEC=90
|
||||
|
||||
[Output]
|
||||
KernelCommandLine=${{ env.KERNEL_CMDLINE }}
|
||||
|
||||
@@ -63,6 +63,8 @@ if [ ! -f "$BUILDDIR"/build.ninja ] ; then
|
||||
${PAMDIR:-} \
|
||||
-D "sysvinit-path=$sysvinit_path" \
|
||||
-D "rootprefix=$rootprefix" \
|
||||
-D default-timeout-sec=${DEFAULT_TIMEOUT_SEC:-10} \
|
||||
-D default-user-timeout-sec=${DEFAULT_TIMEOUT_SEC:-10} \
|
||||
-D man=false \
|
||||
-D translations=false \
|
||||
-D version-tag="${VERSION_TAG}" \
|
||||
|
||||
Reference in New Issue
Block a user