mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-09-20 21:14:37 -04:00
bazel: always use nix
This commit is contained in:
parent
d046ba01ff
commit
d22f53d7cc
13 changed files with 49 additions and 195 deletions
4
.github/workflows/build-os-image.yml
vendored
4
.github/workflows/build-os-image.yml
vendored
|
@ -172,9 +172,9 @@ jobs:
|
|||
TARGET: //image/system:${{ matrix.csp }}_${{ matrix.attestation_variant }}_${{ needs.build-settings.outputs.stream }}
|
||||
run: |
|
||||
echo "::group::Build"
|
||||
bazel build --host_platform=@rules_nixpkgs_core//platforms:host "${TARGET}"
|
||||
bazel build "${TARGET}"
|
||||
{
|
||||
echo "image-dir=$(bazel cquery --host_platform=@rules_nixpkgs_core//platforms:host --output=files "$TARGET")"
|
||||
echo "image-dir=$(bazel cquery --output=files "$TARGET")"
|
||||
} | tee -a "$GITHUB_OUTPUT"
|
||||
echo "::endgroup::"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue