diff options
| author | Shulhan <ms@kilabit.info> | 2023-12-04 00:47:23 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-12-04 01:29:50 +0700 |
| commit | 5b05a9ceeae6459f9221d89e4ae80251384fdd57 (patch) | |
| tree | b007faf5c7cfcf0b7ec898875466a3b3ff186731 | |
| parent | aed38f9a679d1008116cbc13e9c4ffbdec044a4b (diff) | |
| download | awwan-5b05a9ceeae6459f9221d89e4ae80251384fdd57.tar.xz | |
_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.
| -rw-r--r-- | _ops/awwan-test/mkosi.conf | 1 | ||||
| -rw-r--r-- | _ops/mkosi.cache/.gitignore | 2 |
2 files changed, 3 insertions, 0 deletions
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 |
