Anastasia Klimchuk has uploaded this change for review.

View Change

build script: Add rpmc option to always be enabled on Jenkins

This needs libcrypto dependency to be present on CI container.

Change-Id: Ib736386a34d184f696a47272957b665c8fe26c06
Signed-off-by: Anastasia Klimchuk <aklm@flashrom.org>
---
M test_build.sh
1 file changed, 1 insertion(+), 1 deletion(-)

git pull ssh://review.coreboot.org:29418/flashrom refs/changes/97/85097/1
diff --git a/test_build.sh b/test_build.sh
index 8c041f0..968f259 100755
--- a/test_build.sh
+++ b/test_build.sh
@@ -26,7 +26,7 @@

build_meson () {
build_dir=out
- meson_opts="-Dtests=enabled -Dman-pages=enabled -Ddocumentation=enabled"
+ meson_opts="-Dtests=enabled -Drpmc=enabled -Dman-pages=enabled -Ddocumentation=enabled"
ninja_opts="-j $(nproc)"

rm -rf ${build_dir}

To view, visit change 85097. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: flashrom
Gerrit-Branch: main
Gerrit-Change-Id: Ib736386a34d184f696a47272957b665c8fe26c06
Gerrit-Change-Number: 85097
Gerrit-PatchSet: 1
Gerrit-Owner: Anastasia Klimchuk <aklm@chromium.org>