cache-domains: added pre-test.sh CI step
authorGerard Ryan <G.M0N3Y.2503@gmail.com>
Sat, 29 Apr 2023 06:25:49 +0000 (16:25 +1000)
committerNick Hainke <vincent@systemli.org>
Mon, 26 Jun 2023 09:29:59 +0000 (11:29 +0200)
commit61997c86b01c83320a2cbb1b490941a8af741253
treefba2f481cd22080b3987d4163ca8bac46842dafd
parentf818fe716ea126dd8240c9600f92e5b412d59060
cache-domains: added pre-test.sh CI step

Some packages variants have conflicting dependencies with the
base packages and the CI test will fail to install before anything
can be done by the packages to setup the system for install.

This change adds a pre-test.sh that runs before the install so things
like the default libustream variant can be swapped out as shown in the
updated cache-domains.

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
.github/workflows/entrypoint.sh