Skip to content

Don't allow apt update to fill up the rootfs

Rahammetoela Toekiman requested to merge XiaoFuse/ubports-qa-scripts:main into main

ubports-qa naturally runs apt update before installing PRs

However apt update currently downloads the package lists into the rootfs, this can take upwards of 200MB, which can be a tight fit and cause the actual installation to fail

This will mount the directory where apt downloads the package files to into a tmpfs

Merge request reports