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)
committerRosen Penev <rosenp@gmail.com>
Mon, 1 May 2023 10:38:17 +0000 (13:38 +0300)
commit7dd26ee760153caee550661b9fab0d9ad07dfe51
tree765f2f40c5f7d9db1dcc64d6378cc697a3916e04
parent10ac45abb77e929d0fc8fadbacd3b4e82004ad46
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
utils/cache-domains/Makefile
utils/cache-domains/pre-test.sh [new file with mode: 0755]