From 45039fc24efa02a81e662fedd431916b63c07f4f Mon Sep 17 00:00:00 2001 From: Arkadiusz Hiler Date: Tue, 1 Aug 2023 12:03:19 +0300 Subject: [PATCH] Makefile.in: Bump container image used for the build. -2 has ninja that supports GNU Make's job server. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 413d02fe..aab6e5dd 100644 --- a/Makefile.in +++ b/Makefile.in @@ -25,7 +25,7 @@ SHELL := /bin/bash # BUILD_NAME - Name of the build for manifests etc. # STEAMRT_IMAGE - Name of the docker image to use for building -STEAMRT_IMAGE ?= registry.gitlab.steamos.cloud/proton/sniper/sdk:0.20230509.49493-0 +STEAMRT_IMAGE ?= registry.gitlab.steamos.cloud/proton/sniper/sdk:0.20230509.49493-2 ifeq ($(SRCDIR),) foo := $(error SRCDIR not set, do not include Makefile.in directly, run ./configure.sh to generate Makefile) endif