From f4ffe79d9b2ebbe2e91ad2cbd76d54e3ac9c371f Mon Sep 17 00:00:00 2001 From: miampf Date: Thu, 23 Jan 2025 13:12:44 +0100 Subject: [PATCH] only build measured boot cmd --- .github/workflows/check-measurements-reproducibility.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check-measurements-reproducibility.yml b/.github/workflows/check-measurements-reproducibility.yml index 5d17da08d..f0d3f15b9 100644 --- a/.github/workflows/check-measurements-reproducibility.yml +++ b/.github/workflows/check-measurements-reproducibility.yml @@ -16,6 +16,7 @@ jobs: with: useCache: "false" - name: Build images and produce measurements + # TODO: get correct path to bazel build artifacts, generate measurements and fetch released measurements, then compare. run: | bazel build //image/system:stable - bazel run //image/measured-boot/cmd + bazel build //image/measured-boot/cmd