From 81a4743db0dc5c045eee49fe879120789a6ab018 Mon Sep 17 00:00:00 2001 From: Eric Pouech Date: Tue, 27 Jun 2023 16:28:29 +0200 Subject: [PATCH] Makefile.in: Bump STEAMRT_IMAGE to get tools built with binutils 2.40. Note: as described in bug report, this change is necessary to avoid potential duplicate when searching inside several Proton tree for an image used in a minidump. CW-Bug-Id: #22341 --- Makefile.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 5fecdfd3..413d02fe 100644 --- a/Makefile.in +++ b/Makefile.in @@ -25,8 +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.20221017.1-1 - +STEAMRT_IMAGE ?= registry.gitlab.steamos.cloud/proton/sniper/sdk:0.20230509.49493-0 ifeq ($(SRCDIR),) foo := $(error SRCDIR not set, do not include Makefile.in directly, run ./configure.sh to generate Makefile) endif