mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-26 22:52:34 +02:00
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> Reviewed-on: https://review.coreboot.org/c/flashrom/+/85097 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
parent
b2e633ab49
commit
38ef3513cf
@ -26,7 +26,7 @@ run_linter() {
|
|||||||
|
|
||||||
build_meson () {
|
build_meson () {
|
||||||
build_dir=out
|
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)"
|
ninja_opts="-j $(nproc)"
|
||||||
|
|
||||||
rm -rf ${build_dir}
|
rm -rf ${build_dir}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user