mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-11 07:29:29 -05:00
ci: build rpmdb explicitly (#2476)
This commit is contained in:
parent
5819a11d25
commit
ee54b71a9e
1
.github/workflows/build-os-image.yml
vendored
1
.github/workflows/build-os-image.yml
vendored
@ -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")"
|
||||
|
Loading…
Reference in New Issue
Block a user