We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de0039e commit a1ae715Copy full SHA for a1ae715
nix/ext/pg_graphql/default.nix
@@ -99,7 +99,7 @@ let
99
# Fix bindgen error on aarch64-linux for versions using pgrx with bindgen 0.68.1
100
# This affects pgrx 0.6.1 through 0.11.2 which have issues with ARM NEON vector ABI
101
# We apply the fix to all versions up to 1.5.1 (last version before 1.5.4 which uses 0.11.2)
102
- builtins.compareVersions "1.5.4" version >= 0
+ builtins.compareVersions "1.5.4" version > 0
103
)
104
{
105
# Fix bindgen error on aarch64-linux by using an older version of clang
0 commit comments