From 7b1b1c1907ce17e8ff7aeff303c16281db50964a Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Thu, 22 Jan 2026 14:28:50 +0100 Subject: hopefully fixed AppImage builds in FreeBSD containers (ubuntu22-appimage) and therefore the automatic builds of the website. --- AppImage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'AppImage.yml') diff --git a/AppImage.yml b/AppImage.yml index 374ca1d..106002d 100644 --- a/AppImage.yml +++ b/AppImage.yml @@ -29,7 +29,7 @@ ingredients: # Will leave an "applause2-master" directory. - tar xzf applause.tar.gz # Install build-time dependencies - - apt-get install -y build-essential lua5.1 libreadline-dev libjack-jackd2-dev virtualenv + - apt-get install -o APT::Cache-Start=100000000 -y build-essential lua5.1 libreadline-dev libjack-jackd2-dev virtualenv script: - make -C ../LuaJIT-2.1 DESTDIR=`pwd` PREFIX=/usr install -- cgit v1.2.3