-
-
Notifications
You must be signed in to change notification settings - Fork 14.4k
Implement set_output_kind for Emscripten linker
#151704
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
rustbot has assigned @JonathanBrouwer. Use |
This comment has been minimized.
This comment has been minimized.
This makes cdylibs compile to working Emscripten dynamic libraries without passing extra RUSTFLAGS. This was previously approved as PR 98358 but there were CI failures that I never got around to fixing.
357f3a8 to
481c68d
Compare
|
The job Click to see the possible cause of the failure (guessed by this bot) |
|
@bors retry |
|
❗ You can only retry pull requests that are approved and have a previously failed auto build. |
|
Not familiar with this code, rerolling |
|
The same |
|
Yes, this is a spurious issue, you can ignore this. We tried to fix this in #151692 but it didn't work |
|
Is the failure cancelling other CI jobs? |
|
This test is spurious and only sometimes succeeds, and got merged into develop |
|
I guess I should just wait a few days until it's fixed on the main branch and then rebase? |
|
Thanks for the help! |
|
Yep, I just learned I can also rerun CI jobs if you don't feel like waiting |
|
Won't it just fail again in the same place? |
|
It seems to be like a 50/50 chance |
…est, r=GuillaumeGomez Update `browser-ui-test` version to `0.23.3` Should fix rust-lang#151704 (comment). Should help with rust-lang#93784. r? ghost
…est, r=GuillaumeGomez Update `browser-ui-test` version to `0.23.3` Should fix rust-lang#151704 (comment). Should help with rust-lang#93784. r? ghost
…est, r=GuillaumeGomez Update `browser-ui-test` version to `0.23.3` Should fix rust-lang#151704 (comment). Should help with rust-lang#93784. r? ghost
This makes cdylibs compile to working Emscripten dynamic libraries without passing extra RUSTFLAGS. This was previously approved as #98358 but there were CI failures that I never got around to fixing.
cc @workingjubilee