ci: change default packages
authorJosef Schlehofer <pepe.schlehofer@gmail.com>
Fri, 3 Mar 2023 10:04:50 +0000 (11:04 +0100)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Tue, 16 May 2023 07:31:44 +0000 (09:31 +0200)
Since this file was taken from packages repository, it tries to compile
packages from that repository as fallback if changes are not detected.

Let's change these packages to some, which are present in this
repository, so they will be compiled as test.

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
.github/workflows/multi-arch-test-build.yml

index 0627f15e92ec6e706f026543b62fede009c2dc97..c6ae0c0526d3775d58537f5565e0d441d7108690 100644 (file)
@@ -77,7 +77,7 @@ jobs:
 
           # fallback to test packages if nothing explicitly changes this is
           # should run if other mechanics in packages.git changed
-          PACKAGES="${PACKAGES:-vim attendedsysupgrade-common bmon}"
+          PACKAGES="${PACKAGES:-bird2 cjdns olsrd}"
 
           echo "Building $PACKAGES"
           echo "PACKAGES=$PACKAGES" >> $GITHUB_ENV