-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
sqlx-cli fails to build on 0.7-dev branch #2198
Labels
Comments
joehillen
added a commit
to joehillen/sqlx
that referenced
this issue
Nov 10, 2022
joehillen
added a commit
to joehillen/sqlx
that referenced
this issue
Nov 10, 2022
relates to launchbadge#2198
Merged
6 tasks
13 tasks
I believe this has been fixed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Description
The build fails for
sqlx-cli
on the 0.7-dev branch. It looks like GItHub Actions is not configured to run on this branch, so that's probably why this was missed.Interestingly
cargo build -F runtime-*
works fine on this branch. It's just the CLI that fails.Minimal Reproduction
git checkout 0.7-dev
cargo build --manifest-path sqlx-cli/Cargo.toml --bin cargo-sqlx
Info
rustc --version
: rustc 1.65.0 (897e37553 2022-11-02)The text was updated successfully, but these errors were encountered: