From e40804a4aec8fad5d3215766045ff7ba21e59ac9 Mon Sep 17 00:00:00 2001 From: Olof Pettersson Date: Wed, 3 Dec 2025 21:47:51 +0100 Subject: [PATCH] Fix config storage drive --- .gitea/workflows/scripts/build-with-buildah.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/scripts/build-with-buildah.sh b/.gitea/workflows/scripts/build-with-buildah.sh index a2c0f62b726..2b9abe7954b 100644 --- a/.gitea/workflows/scripts/build-with-buildah.sh +++ b/.gitea/workflows/scripts/build-with-buildah.sh @@ -34,7 +34,7 @@ if [ "$PLATFORM" = "windows" ]; then fi # We use 'buildah config' to set it on the container instance instead. -buildah config --storage-driver=vfs --workingdir /src "$CTR" +buildah config --workingdir /src "$CTR" echo "Running: scons $SCONS_FLAGS"