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

Use populate-depot.py from the bundled subproject for testing

parent 3be023a8
No related branches found
No related tags found
No related merge requests found
......@@ -151,8 +151,8 @@ several things have to be pulled together:
* We need at least one Steam Linux Runtime container to use for testing,
but for full test coverage, we need several containers. These can be
downloaded by using `pressure-vessel/populate-depot.py`, which is
a copy of the same script that is used to build official
downloaded by using `subprojects/container-runtime/populate-depot.py`,
which is a copy of the same script that is used to build official
Steam Linux Runtime releases. `build-aux/many-builds.py setup`
automates this, placing a suitable set of containers in
`_build/containers` by default.
......
......@@ -110,7 +110,8 @@ class Environment:
self.docker = []
self.populate_depot = (
self.abs_srcdir / 'pressure-vessel' / 'populate-depot.py'
self.abs_srcdir / 'subprojects' / 'container-runtime'
/ 'populate-depot.py'
)
self.cache = self.abs_builddir_parent / 'cache'
......
This diff is collapsed.
......@@ -32,7 +32,7 @@ for suite in $suites; do
;;
esac
time python3 ./pressure-vessel/populate-depot.py \
time python3 ./subprojects/container-runtime/populate-depot.py \
--depot="$builddir/depots/$suite" \
--include-archives \
--no-versioned-directories \
......
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