ci: build rpmdb explicitly (#2476)

This commit is contained in:
Malte Poll 2023-10-19 08:34:17 +02:00 committed by GitHub
parent 5819a11d25
commit ee54b71a9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -169,6 +169,7 @@ jobs:
TARGET: //image/system:${{ matrix.csp }}_${{ matrix.attestation_variant }}_${{ needs.build-settings.outputs.stream }}
run: |
echo "::group::Build"
bazel build //image/base:rpmdb
bazel build "${TARGET}"
{
echo "image-dir=$(bazel cquery --output=files "$TARGET")"