Skip to content

Commit

Permalink
Update steam runtime image.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pentarctagon committed Oct 15, 2020
1 parent 065623f commit 5de7939
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions utils/dockerbuilds/make_steam_build
Expand Up @@ -4,4 +4,7 @@ cd steamrt
docker build -t steamos-wesnoth .
rm -rf ../steambuild
mkdir ../steambuild
if [ -d "$PWD"/../../../build ]; then
echo "Existing scons 'build' directory found, this may cause the build to fail!"
fi
docker run -it -v "$PWD"/../../..:/wesnoth -v "$PWD"/../steambuild:/output --tmpfs /build:exec -u "$UID" steamos-wesnoth
2 changes: 1 addition & 1 deletion utils/dockerbuilds/make_steam_image
Expand Up @@ -2,7 +2,7 @@

VALVEFILE=com.valvesoftware.SteamRuntime.Sdk-amd64,i386-scout-sysroot.Dockerfile
VALVETAR=com.valvesoftware.SteamRuntime.Sdk-amd64,i386-scout-sysroot.tar.gz
VALVE_SNAPSHOT=0.20200318.2
VALVE_SNAPSHOT=0.20201007.1

DOCKERBASEIMAGE=steamrt_scout_amd64
DOCKERLOCALIMAGE=wesnoth/wesnoth:steamrt-master
Expand Down

0 comments on commit 5de7939

Please sign in to comment.