Skip to content

Commit 4fd5981

Browse files
committed
fix: disable crane for pg_jsonschema to prevent CI cross-compilation issues
The crane-generated modifiedSrc derivation causes system requirement conflicts when evaluating for aarch64-darwin on x86_64-linux systems. Disabling crane for now until cross-compilation support is fully resolved.
1 parent 0c9b03b commit 4fd5981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/ext/pg_jsonschema/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ let
1515
cargo = rust-bin.stable.${rustVersion}.default;
1616
mkPgrxExtension = callPackages ../../cargo-pgrx/mkPgrxExtension.nix {
1717
inherit rustVersion pgrxVersion;
18-
useCrane = true;
18+
useCrane = false;
1919
};
2020
src = fetchFromGitHub {
2121
owner = "supabase";

0 commit comments

Comments
 (0)