1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-04-26 22:52:34 +02:00

Enable authors list generation on Jenkins

Change-Id: Ia018ce4addb65273fe022ed1f1e9d38420c0e469
Signed-off-by: Anastasia Klimchuk <aklm@flashrom.org>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/86678
Reviewed-by: Peter Marheine <pmarheine@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Anastasia Klimchuk 2025-03-01 20:21:53 +11:00
parent 0b39a3e00c
commit 73666de3f2

View File

@ -26,7 +26,7 @@ run_linter() {
build_meson () { build_meson () {
build_dir=out build_dir=out
meson_opts="-Dtests=enabled -Drpmc=enabled -Dman-pages=enabled -Ddocumentation=enabled" meson_opts="-Dtests=enabled -Drpmc=enabled -Dman-pages=enabled -Ddocumentation=enabled -Dgenerate_authors_list=enabled"
ninja_opts="-j $(nproc)" ninja_opts="-j $(nproc)"
rm -rf ${build_dir} rm -rf ${build_dir}