mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-01 22:21:16 +02:00
test_build.sh: Switch to meson setup <dir>
Running the setup command as `meson [options]` instead of
`meson setup [options]` is ambiguous and deprecated.
Original-Signed-off-by: Felix Singer <felixsinger@posteo.net>
Original-Reviewed-on: https://review.coreboot.org/c/flashrom/+/70242
Original-Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Original-Reviewed-by: Anastasia Klimchuk <aklm@chromium.org>
Original-Reviewed-by: Alexander Goncharov <chat@joursoir.net>
(cherry picked from commit 48e058983d
)
Change-Id: I6e84997f910928d3973a4e5826a2d4196bdb2916
Signed-off-by: Evan Benn <evanbenn@google.com>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/70325
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Anastasia Klimchuk <aklm@chromium.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:

committed by
Anastasia Klimchuk

parent
83cd13aa7f
commit
d867f0fbe8
@ -65,7 +65,7 @@ build_meson () {
|
||||
return
|
||||
fi
|
||||
|
||||
meson ${programmer_dir} ${meson_opts} -Dprogrammer=${programmer}
|
||||
meson setup ${programmer_dir} ${meson_opts} -Dprogrammer=${programmer}
|
||||
ninja ${ninja_opts} -C ${programmer_dir}
|
||||
ninja ${ninja_opts} -C ${programmer_dir} test
|
||||
done
|
||||
|
Reference in New Issue
Block a user