Skip to content

Commit 47ad4e5

Browse files
elmarcoPatchew Applier
authored andcommitted
tests/freebsd: enable Rust
Signed-off-by: Marc-André Lureau <[email protected]> Message-Id: <[email protected]>
1 parent 0173a91 commit 47ad4e5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitlab-ci.d/cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ x64-freebsd-14-build:
4242
CIRRUS_VM_RAM: 8G
4343
UPDATE_COMMAND: pkg update; pkg upgrade -y
4444
INSTALL_COMMAND: pkg install -y
45-
CONFIGURE_ARGS: --target-list-exclude=arm-softmmu,i386-softmmu,microblaze-softmmu,mips64el-softmmu,mipsel-softmmu,mips-softmmu,ppc-softmmu,sh4eb-softmmu,xtensa-softmmu
45+
CONFIGURE_ARGS: --target-list-exclude=arm-softmmu,i386-softmmu,microblaze-softmmu,mips64el-softmmu,mipsel-softmmu,mips-softmmu,ppc-softmmu,sh4eb-softmmu,xtensa-softmmu --enable-rust
4646
TEST_TARGETS: check
4747

4848
aarch64-macos-build:

tests/vm/freebsd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ class FreeBSDVM(basevm.BaseVM):
4040
tar -xf /dev/vtbd1;
4141
cd ../build;
4242
../src/configure --extra-ldflags=-L/usr/local/lib \
43-
--extra-cflags=-I/usr/local/include {configure_opts};
43+
--extra-cflags=-I/usr/local/include \
44+
--enable-rust \
45+
{configure_opts};
4446
gmake --output-sync -j{jobs} {target} {verbose};
4547
"""
4648

0 commit comments

Comments
 (0)