aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2025-02-08 00:07:27 +0700
committerShulhan <ms@kilabit.info>2025-02-08 15:12:35 +0700
commita8a2d723d9d3cd5df3b7c241d9d3c214d447e281 (patch)
treef18862204dc2a391b000078f2d45ea8e52562b8f /Makefile
parent49e7143dbad57a48115fdd299b42ab8e66f6d7cc (diff)
downloadawwan-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 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 46f5438..ec8a59e 100644
--- a/Makefile
+++ b/Makefile
@@ -61,7 +61,7 @@ build-awwan-test:
sudo importctl -m import-tar --force /data/awwan/awwan-test.tar
sudo mkdir -p /etc/systemd/nspawn
- sudo cp /data/awwan/awwan-tour.nspawn /etc/systemd/nspawn/
+ sudo cp _ops/awwan-test/mkosi.nspawn /etc/systemd/nspawn/awwan-test.nspawn
sudo machinectl start awwan-test
## Once the container is imported, we can enable and run them any