-
-
Notifications
You must be signed in to change notification settings - Fork 325
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
/usr/bin/ld: cannot find -ltaskchampion-lib #3485
Comments
I can build locally, so I wonder if this is some race condition? But the logging above suggests that the .a file is copied 360ms before it's referenced.. |
It looks like it is. Trying to reproduce on the train,
which is to say, things are calling |
corrosion docs say
That target, from The
since the error is regarding |
The docker images are using cmake 3.22, while I'm using 3.29. Maybe that's related? |
Nope, I can repro with 3.29 installed in a n ubuntu-22.04 docker image |
Hm, maybe not a race -- in the docker image, with cmake-3.29:
With -v that's
|
Outside of docker,
|
Notably, locally it's using |
Ah, Rust-1.79 was released yesterday, and downgrading to 1.78 in the docker container |
All tests are now failing with
The warning has been around forever, and is (I think) unrelated.
The text was updated successfully, but these errors were encountered: