-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Need regression test for wasm linker override=clang (108910) #109728
Comments
@pnkfelix i would like to pick this |
@agaraman0 go for it :) you can use |
Full disclaimer, I'm not an experienced contributor to open source, nor will I pretend to be, so take the below with a grain of salt: If we're just checking to see if the Although it does seem strange that clang isn't available... Your wording of "make the CI happy" seems to imply that there's a workaround of sorts - if so, could you provide a few pointers? I'd be happy to investigate |
@ndrewxie feel free to install clang on any of the CI builders, look for |
@jyn514 Oh dang I didn't expect to have the perms to do that in a CI environment. Thank you! I'll test that approach and add a test :) |
Hmm, there appears to already be a script that installs clang, located in /src/ci/scripts/install-clang.sh. However, it chooses to not install it for linux under the assumption that every system would already have clang installed and configured properly.
Would it be safe for me to apt install it anyways, or is there a risk that clang acquired from the package manager would be configured improperly and mess something up? |
As long as the new test passes and no other test regresses, it's probably ok. We don't have a hard dependency on the version of clang like we do for LLVM and the bootstrap compiler. |
Is this being worked on ? I'd like to give it a try |
Afaik it's not being worked on. Good luck! |
@rustbot claim |
I'm not sure about the goal, after checking some stuff out |
@InfRandomness yup, that sounds right :) |
@rustbot claim |
add test for wasm linker override=clang addressing rust-lang#109728
…acrum add test for wasm linker override=clang addressing rust-lang#109728
add test for wasm linker override=clang addressing rust-lang#109728
add test for wasm linker override=clang addressing rust-lang#109728
add test for wasm linker override=clang addressing rust-lang#109728
add test for wasm linker override=clang addressing rust-lang/rust#109728
Closing as #116264 resolves it |
As noted in #108996 (comment), I don't want to delay the fix further on the CI issues I was having with my regression test.
This issue is just tracking a (hopefully simple?) work item to make such a regression test, e.g. using the one from 568b722 after figuring out how to make the CI happy (see error CI posted here: #108996 (comment) )
The text was updated successfully, but these errors were encountered: