-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
Error building tests on Windows 11 #41
Comments
It turns out that I was unable to link any executable using
I was able to get this error to go away, and successfully run all tests by updating the version of
|
I am able to work around all of the above by simply using the |
When running
cargo test
on 8019e8a, on a Windows 11 machine, there is a build error that occurs before any tests can be executed.I don't particularly feel the need to run the tests on my Windows machine, so please don't make this a high priority on my account. With that said, if someone makes a PR that they'd like me to test, I'm happy to help out with that.
Here's the build output, run after running
cargo clean
:System information:
I am building from Git-bash (MINGW64) with the following
uname -a
ouput:MINGW64_NT-10.0-22621 _<REDACTED>_ 3.1.7-340.x86_64 2021-03-26 22:17 UTC x86_64 Msys
cargo version:
cargo 1.69.0 (6e9a83356 2023-04-12)
rustc version:
rustc 1.69.0 (84c898d65 2023-04-16)
Clang version info:
MSVC version:
Microsoft (R) C/C++ Optimizing Compiler Version 19.35.32217.1 for x86
The text was updated successfully, but these errors were encountered: