| commit | 2add1cb4f90df3dfe3dac1748605555f4158f125 | [log] [tgz] |
|---|---|---|
| author | Jan Schär <jan@monogon.tech> | Mon Jul 14 09:26:18 2025 +0000 |
| committer | Jan Schär <jan@monogon.tech> | Tue Jul 15 11:55:43 2025 +0000 |
| tree | 5c79b1296315a835cdf402f54350ab03090d2ce1 | |
| parent | e2265b30113f50b7b2d04259ad326c3e4aba7f5e [diff] |
osbase/build/mkverity: generate salt from product info The salt is now generated from the product info file, instead of the input image file. This reduces build time by around 0.3 s. Change-Id: Id3263e24604745324a5652658ff79cc79c9df5fa Reviewed-on: https://review.monogon.dev/c/monogon/+/4431 Reviewed-by: Lorenz Brun <lorenz@monogon.tech> Tested-by: Jenkins CI
diff --git a/metropolis/node/BUILD.bazel b/metropolis/node/BUILD.bazel index fd6dbcc..bdf7d8c 100644 --- a/metropolis/node/BUILD.bazel +++ b/metropolis/node/BUILD.bazel
@@ -117,6 +117,7 @@ verity_image( name = "verity_rootfs", + salt = ":product_info", source = ":rootfs", )