tools/ci.sh: Add missing FFI helper for CI RV64 Unix builds.
The FFI helper definition was accidentally omitted when committing the necessary shell code for building RV64 Unix builds in the CI environment. Signed-off-by: Alessandro Gatti <a.gatti@frob.it>
This commit is contained in:
parent
7b5738ad86
commit
52d5f39881
@ -704,6 +704,7 @@ function ci_unix_qemu_riscv64_setup {
|
|||||||
|
|
||||||
function ci_unix_qemu_riscv64_build {
|
function ci_unix_qemu_riscv64_build {
|
||||||
ci_unix_build_helper "${CI_UNIX_OPTS_QEMU_RISCV64[@]}"
|
ci_unix_build_helper "${CI_UNIX_OPTS_QEMU_RISCV64[@]}"
|
||||||
|
ci_unix_build_ffi_lib_helper riscv64-linux-gnu-gcc
|
||||||
}
|
}
|
||||||
|
|
||||||
function ci_unix_qemu_riscv64_run_tests {
|
function ci_unix_qemu_riscv64_run_tests {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user