Skip to content

Commit 3c9279b

Browse files
elmarcoPatchew Applier
authored andcommitted
WIP: cirrus/macos: enable Rust
Currently fails with a linking issue: = note: some arguments are omitted. use `--verbose` to show all linker arguments = note: ld: warning: ignoring duplicate libraries: '-lSystem', '-lc', '-llibgio-2.0.dylib', '-llibglib-2.0.dylib', '-llibgmodule-2.0.dylib', '-llibgnutls.dylib', '-llibgobject-2.0.dylib', '-llibintl.dylib', '-llibqemuutil.a', '-lm', 'libqemuutil.a' ld: library 'libqemuutil.a' not found clang: error: linker command failed with exit code 1 (use -v to see invocation) error: aborting due to 1 previous error Fixed in upcoming meson: mesonbuild/meson#15024 Signed-off-by: Marc-André Lureau <[email protected]> Message-Id: <[email protected]>
1 parent c777d13 commit 3c9279b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.d/cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ aarch64-macos-build:
5656
INSTALL_COMMAND: brew install
5757
PATH_EXTRA: /opt/homebrew/ccache/libexec:/opt/homebrew/gettext/bin
5858
PKG_CONFIG_PATH: /opt/homebrew/curl/lib/pkgconfig:/opt/homebrew/ncurses/lib/pkgconfig:/opt/homebrew/readline/lib/pkgconfig
59-
CONFIGURE_ARGS: --target-list-exclude=arm-softmmu,i386-softmmu,microblazeel-softmmu,mips64-softmmu,mipsel-softmmu,mips-softmmu,ppc-softmmu,sh4-softmmu,xtensaeb-softmmu
59+
CONFIGURE_ARGS: --target-list-exclude=arm-softmmu,i386-softmmu,microblazeel-softmmu,mips64-softmmu,mipsel-softmmu,mips-softmmu,ppc-softmmu,sh4-softmmu,xtensaeb-softmmu --enable-rust
6060
TEST_TARGETS: check-unit check-block check-qapi-schema check-softfloat check-qtest-x86_64

0 commit comments

Comments
 (0)