5 stage go bootstrap, clamav

This commit is contained in:
2026-02-19 15:55:10 +01:00
parent 2f35f407c6
commit e9b5a0084c
13 changed files with 125 additions and 4 deletions

View File

@@ -9,6 +9,6 @@
(blake3 "24c87671a9bf9d1b5543093c1f76b7540bbcfc430217ee1faa34ad3a856d43c3")))
(build
(configure_make)
(shell "ln -sf /usr/bin/python3 /usr/bin/python")
(shell "ln -sf /usr/bin/python3 /usr/bin/python || true")
(shell "python -m ensurepip --upgrade")
(shell "python -m pip install --upgrade setuptools wheel truststore")))