From 5b05a9ceeae6459f9221d89e4ae80251384fdd57 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Mon, 4 Dec 2023 00:47:23 +0700 Subject: _ops/awwan-test: set the build cache to _ops/mkosi.cache When we create another container using the same distribution, we can use the same cache. --- _ops/awwan-test/mkosi.conf | 1 + _ops/mkosi.cache/.gitignore | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 _ops/mkosi.cache/.gitignore diff --git a/_ops/awwan-test/mkosi.conf b/_ops/awwan-test/mkosi.conf index 2f535e8..bf98c4d 100644 --- a/_ops/awwan-test/mkosi.conf +++ b/_ops/awwan-test/mkosi.conf @@ -1,4 +1,5 @@ [Output] +CacheDirectory=../mkosi.cache/ Format=tar Output=awwan-test OutputDirectory=/data/awwan/ diff --git a/_ops/mkosi.cache/.gitignore b/_ops/mkosi.cache/.gitignore new file mode 100644 index 0000000..120f485 --- /dev/null +++ b/_ops/mkosi.cache/.gitignore @@ -0,0 +1,2 @@ +* +!/.gitignore -- cgit v1.3