release: appimage: Needed cc1 afterall.

This commit is contained in:
Andrew Hamilton 2021-10-18 19:07:55 +10:00
parent 1085385f39
commit 95349470c3

View file

@ -86,7 +86,7 @@ def main(work_path):
install_eris() install_eris()
post_install_paths = relative_paths("ubuntu", all_paths("ubuntu")) post_install_paths = relative_paths("ubuntu", all_paths("ubuntu"))
new_paths = set(post_install_paths) - set(base_paths) new_paths = set(post_install_paths) - set(base_paths)
new_paths = filter_paths(new_paths, ["/var/cache/apt/archives", "cc1", "lto1"]) new_paths = filter_paths(new_paths, ["/var/cache/apt/archives", "lto1"])
app_dir = "eris.AppDir" app_dir = "eris.AppDir"
if os.path.exists(app_dir): if os.path.exists(app_dir):
cmd("sudo rm -rf " + app_dir) cmd("sudo rm -rf " + app_dir)