diff options
Diffstat (limited to 'bbot')
-rw-r--r-- | bbot/security | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bbot/security b/bbot/security index 47b7c85..8b70ff6 100644 --- a/bbot/security +++ b/bbot/security @@ -12,3 +12,11 @@ Will also probably have to limit the VM's execution time. We could try to run VM on a ramdisk to minimize SSD wear. Or use ZFS (COW). + +* We could reboot the VM in "no network" mode; i.e., first fetch all the + packages, reboot, then build. + +* We could fetch all the packages (on host) and only then start the VM. The + problem will be conditional dependencies. Ideally we would want to cache + all of them (including conditional) and then make bpkg in the VM use the + cache. |