Skip to content
Snippets Groups Projects
Commit 084e3591 authored by Simon McVittie's avatar Simon McVittie
Browse files

CI: Adjust populate-depot invocation for latest version


The latest version in SteamLinuxRuntime requires a ${source_dir}/common
directory available.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 7be5e7df
No related branches found
No related tags found
1 merge request!294CI: Update populate-depot to latest version
Pipeline #11853 passed
......@@ -245,10 +245,12 @@ relocatable-install:
set -eux
PRESSURE_VESSEL=$(ls _build/scout/pressure-vessel-*-bin.tar.gz | head -1)
mkdir -p _build/depot-template/common
if [ -n "${IMAGES_DOWNLOAD_URL}" ] && [ -n "${IMAGES_DOWNLOAD_CREDENTIAL}" ]; then
python3 ./pressure-vessel/populate-depot.py \
--depot=_build/depot \
--source-dir=_build/depot-template \
--include-sdk \
--unpack-runtimes \
--credential-env IMAGES_DOWNLOAD_CREDENTIAL \
......@@ -260,6 +262,7 @@ relocatable-install:
else
python3 ./pressure-vessel/populate-depot.py \
--depot=_build/depot \
--source-dir=_build/depot-template \
--unpack-runtimes \
--pressure-vessel "${PRESSURE_VESSEL}" \
--version latest-steam-client-public-beta \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment