You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hiya, just discovered that on Windows, the log_disabled.rs symlink isn't happily interpreted, so it fails to build when the "logging" feature is disabled (which is the default).
Error message:
error[E0583]: file not found for module `log_disabled`
--> D:\apps\gitlab_runner\.cargo\git\checkouts\rust-derive-builder-ac2766f218331415\67c9c95\derive_builder\src\lib.rs:576:5
|
576 | mod log_disabled;
| ^^^^^^^^^^^^
|
= help: name the file either log_disabled.rs or log_disabled\mod.rs inside the directory "D:\apps\gitlab_runner\.cargo\git\checkouts\rust-derive-builder-ac2766f218331415\67c9c95\derive_builder\src"
I haven't thought of a solution that I like, though to "make it work ™️" one could:
enable the "logging" feature
copy paste the file in here
somehow convince every windows CI machine to follow the symlink
software: 1, humans: 0
The text was updated successfully, but these errors were encountered:
Hiya, just discovered that on Windows, the
log_disabled.rs
symlink isn't happily interpreted, so it fails to build when the"logging"
feature is disabled (which is the default).Error message:
I haven't thought of a solution that I like, though to "make it work ™️" one could:
"logging"
featuresoftware: 1, humans: 0
The text was updated successfully, but these errors were encountered: