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

prepare-test-depots: Don't make populate-depot.py guess


During CI testing, we know we are working with a pressure-vessel
relocatable tarball, so let's specify that explicitly.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 5658072a
No related branches found
No related tags found
1 merge request!359populate-depot.py: Update from SteamLinuxRuntime v0.20210806.0
Pipeline #16973 passed
......@@ -36,7 +36,7 @@ for suite in $suites; do
--depot="$builddir/depots/$suite" \
--include-archives \
--no-versioned-directories \
--pressure-vessel "${PRESSURE_VESSEL}" \
--pressure-vessel-archive "${PRESSURE_VESSEL}" \
--source-dir="$builddir/depot-template" \
--unpack-runtimes \
"$@" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment