-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Fix multiple symbol definitions on Android CI #2684
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
@Amanieu: no appropriate reviewer found, use r? to override |
@bors r+ |
📌 Commit eade9ec has been approved by |
Fix multiple symbol definitions on Android CI The breakage was caused by rust-lang/rust#83822 which removed `-Wl,--allow-multiple-definition` from the Android target linker flags.
💔 Test failed - checks-actions |
eade9ec
to
ff20d04
Compare
@bors r+ |
📌 Commit ff20d04 has been approved by |
Fix multiple symbol definitions on Android CI The breakage was caused by rust-lang/rust#83822 which removed `-Wl,--allow-multiple-definition` from the Android target linker flags.
💔 Test failed - checks-cirrus-freebsd-13 |
ff20d04
to
95c0d08
Compare
@bors r+ |
📌 Commit 95c0d08 has been approved by |
☀️ Test successful - checks-actions, checks-cirrus-freebsd-11, checks-cirrus-freebsd-12, checks-cirrus-freebsd-13 |
The breakage was caused by rust-lang/rust#83822 which removed
-Wl,--allow-multiple-definition
from the Android target linker flags.