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
This commit is contained in:
Eric Pouech 2023-06-27 16:28:29 +02:00 committed by Arkadiusz Hiler
parent 7c21be5c27
commit 81a4743db0

View File

@ -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