diff options
| author | Shulhan <ms@kilabit.info> | 2025-02-08 00:07:27 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-02-08 15:12:35 +0700 |
| commit | a8a2d723d9d3cd5df3b7c241d9d3c214d447e281 (patch) | |
| tree | f18862204dc2a391b000078f2d45ea8e52562b8f /_ops/awwan-test/mkosi.conf | |
| parent | 49e7143dbad57a48115fdd299b42ab8e66f6d7cc (diff) | |
| download | awwan-a8a2d723d9d3cd5df3b7c241d9d3c214d447e281.tar.xz | |
all: another fix for integration tests
In the mkosi 25.3 the environment variable $MKOSI_UID now using subuid,
which return 0 if we have subuid "<user>:100000:65536".
The mkosi.nspawn is not imported to the build directory, so we need to
copy it from source.
Diffstat (limited to '_ops/awwan-test/mkosi.conf')
| -rw-r--r-- | _ops/awwan-test/mkosi.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/_ops/awwan-test/mkosi.conf b/_ops/awwan-test/mkosi.conf index c245e63..f0ff464 100644 --- a/_ops/awwan-test/mkosi.conf +++ b/_ops/awwan-test/mkosi.conf @@ -1,5 +1,8 @@ -[Output] +[Build] CacheDirectory=~/.cache/mkosi/ +Incremental=yes + +[Output] CompressOutput=false Format=tar Output=awwan-test @@ -8,6 +11,3 @@ OutputDirectory=/data/awwan/ [Content] Bootable=no CleanPackageMetadata=false - -[Host] -Incremental=yes |
