From f2e1e915a373bb3debe393ee9e40adb54d901627 Mon Sep 17 00:00:00 2001 From: Olof Pettersson Date: Tue, 2 Dec 2025 13:53:56 +0100 Subject: [PATCH] Disable d3d12 --- .gitea/workflows/scripts/build-with-buildah.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/scripts/build-with-buildah.sh b/.gitea/workflows/scripts/build-with-buildah.sh index 0e7a041e398..efe4dadbfc5 100644 --- a/.gitea/workflows/scripts/build-with-buildah.sh +++ b/.gitea/workflows/scripts/build-with-buildah.sh @@ -42,6 +42,7 @@ buildah run \ "$CTR" \ scons platform="$PLATFORM" \ target="$TARGET" \ + d3d12=no \ arch=x86_64 \ precision=double \ production="$PRODUCTION" \