-
Notifications
You must be signed in to change notification settings - Fork 20
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
CI: restore latest toolchain for Windows' bindings tests #173
Comments
UPDATE Bug still happens with the most recent toolchain (1.79, 06/2024) Here is the error obtained in the CI, using a 1.70 toolchain:
|
From what I understand, since Cargo This is what # Tested on bindings/C
$ cargo rustc -- --print=native-static-libs
...
note: Link against the following native artifacts when linking against this static library. The order and any duplication can be significant on some platforms.
note: native-static-libs: bcrypt.lib advapi32.lib kernel32.lib advapi32.lib kernel32.lib ntdll.lib userenv.lib ws2_32.lib kernel32.lib ws2_32.lib kernel32.lib msvcrt.lib /defaultlib:msvcrt As a result, from what I understand, this is not a bug in MLA but more a lack of configuration on the user's side. In MLA C bindings, adding this dependency (as asked by Feel free to re-open this issue if I'm missing something |
Track the temporary fix introduced in #172
The text was updated successfully, but these errors were encountered: