Skip to content
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

FreeBSD - build error - release version #5012

Open
tinola opened this issue Oct 5, 2024 · 0 comments
Open

FreeBSD - build error - release version #5012

tinola opened this issue Oct 5, 2024 · 0 comments

Comments

@tinola
Copy link

tinola commented Oct 5, 2024

Hello there.

I can't build prisma-engines on FreeBSD 14.1-RELEASE-p5

Compilation fails here (cargo build --release):

...
Compiling sql-schema-describer v0.1.0 (/home/prisma-engines/schema-engine/sql-schema-describer)
Compiling graphql-parser v0.3.0 (https://github.com/prisma/graphql-parser#6a3f58bd)error: struct `MigrationRollback` is never constructed
  --> libs/user-facing-errors/src/schema_engine.rs:27:8
   |
27 | struct MigrationRollback {
   |        ^^^^^^^^^^^^^^^^^
   |
note: the lint level is defined here
  --> libs/user-facing-errors/src/lib.rs:1:22
   |
1  | #![deny(unsafe_code, warnings, rust_2018_idioms)]
   |                      ^^^^^^^^
   = note: `#[deny(dead_code)]` implied by `#[deny(warnings)]`

error: could not compile `user-facing-errors` (lib) due to 1 previous error
warning: build failed, waiting for other jobs to finish...

Rust version: 1.81.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant