mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-14 01:19:20 +00:00
update steam runtime and boost version
This commit is contained in:
parent
9c25b1a1f3
commit
3b262d6f7b
|
@ -1,11 +1,11 @@
|
|||
FROM steamrt_sniper_amd64
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
ARG BOOST_VERSION=1.85.0
|
||||
ARG BOOST_VERSION_=1_85_0
|
||||
ARG BOOST_VERSION=1.87.0
|
||||
ARG BOOST_VERSION_=1_87_0
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y scons libreadline-dev expect-dev
|
||||
|
||||
RUN wget --max-redirect 3 https://boostorg.jfrog.io/artifactory/main/release/$BOOST_VERSION/source/boost_$BOOST_VERSION_.tar.gz
|
||||
RUN wget --max-redirect 3 https://archives.boost.io/release/${BOOST_VERSION}/source/boost_${BOOST_VERSION_}.tar.gz
|
||||
RUN mkdir -p /src/boost && tar zxf boost_${BOOST_VERSION_}.tar.gz -C /src/boost --strip-components=1
|
||||
RUN cd /src/boost && ./bootstrap.sh --with-libraries=charconv,iostreams,regex,system,filesystem,program_options,random,locale,context,coroutine,graph && ./b2 toolset=gcc-10 --layout=system link=static variant=release cxxflags='-fPIE -fstack-protector-strong' define=_FORTIFY_SOURCE=2 install
|
||||
|
|
|
@ -4,7 +4,7 @@ set -xeu
|
|||
|
||||
VALVEFILE=com.valvesoftware.SteamRuntime.Sdk-amd64,i386-sniper-sysroot.Dockerfile
|
||||
VALVETAR=com.valvesoftware.SteamRuntime.Sdk-amd64,i386-sniper-sysroot.tar.gz
|
||||
VALVE_SNAPSHOT=0.20240415.84603
|
||||
VALVE_SNAPSHOT=3.0.20250210.116596
|
||||
|
||||
DOCKERBASEIMAGE=steamrt_sniper_amd64
|
||||
DOCKERLOCALIMAGE=wesnoth/wesnoth:steamrt-sniper
|
||||
|
|
Loading…
Reference in New Issue
Block a user