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
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
The text was updated successfully, but these errors were encountered:
Hello there.
I can't build prisma-engines on FreeBSD 14.1-RELEASE-p5
Compilation fails here (
cargo build --release
):Rust version: 1.81.0
The text was updated successfully, but these errors were encountered: