aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2023-10-22 01:39:37 +0700
committerShulhan <ms@kilabit.info>2023-10-22 01:40:26 +0700
commit0e9cf2acee18e7f404f8ec2006a5cb70691f7eae (patch)
tree8f3ddfbed6405448266acac75fc3a398db7c04d8
parentfc7cd444e7d637c291a3f9ba9987ba0335af4809 (diff)
downloadawwan-0e9cf2acee18e7f404f8ec2006a5cb70691f7eae.tar.xz
_mkosi: remove package git and gcc from being installed
Previously, we install gcc to enable running Go test with "-race" option. Since the "-race" has been removed, the package does not needed anymore. This reduce the image size from 1.1G to 768.4M (-342M).
-rw-r--r--_mkosi/mkosi.conf.d/archlinux.conf2
1 files changed, 0 insertions, 2 deletions
diff --git a/_mkosi/mkosi.conf.d/archlinux.conf b/_mkosi/mkosi.conf.d/archlinux.conf
index 4a918aa..2b2bd41 100644
--- a/_mkosi/mkosi.conf.d/archlinux.conf
+++ b/_mkosi/mkosi.conf.d/archlinux.conf
@@ -10,7 +10,5 @@ Packages=
sudo
openssh
ca-certificates
- git
make
- gcc
go