Closed epompeii closed 1 month ago
Thanks for reporting, that sounds really strange.
I could not reproduce this issue with my local setup nor neither with the rust:1.82 docker container. I could reproduce it with the linked dev container. After looking a bit around there I noticed that the dev container only has rust 1.70 and not 1.82 as listed in the issue description. Updating to a newer rust version there fixed the problem. I also verified that it works fine with rust 1.78 which is the current minimal supported rust version for the latest diesel-cli release.
Closed as this seems to be an environment issue on your side, although it might be worth to fill an issue at the cargo issue tracker for the missing warning/error on install as the crate expects/declares a newer rust than what is used.
I'm trying to run the following command:
and I get the following error:
I found this issue: https://github.com/diesel-rs/diesel/issues/4056 However, I'm not using
mysql
; I'm usingsqlite
, so I don't think know why the featuremysqlclient-sys
should be in play here.Setup
I'm trying to update from
2.1.1
to2.2.4
in a Debian Bookworm devcontainer: https://github.com/bencherdev/bencher/commit/79bbc5e237b46e025dc8fb98548037c8046dc6b3#diff-13bd9d7a30bf46656bc81f1ad5b908a627f9247be3f7d76df862b0578b534fc6R48Versions
Feature Flags
Problem Description
I'm trying to update from
2.1.1
to2.2.4
withsqlite
and the featuremysqlclient-sys
is causing an error.What are you trying to accomplish?
I'm trying to update from
2.1.1
to2.2.4
withsqlite
.What is the expected output?
Successful install.
What is the actual output?
https://github.com/bencherdev/bencher/actions/runs/11422567315/job/31780703324#step:6:508
Are you seeing any additional errors?
No. This error kills the build.
Steps to reproduce
Checklist