Merge pull request #299005 from NickCao/postgrespin

postgresql: enable spinlock on riscv
This commit is contained in:
Mario Rodas 2024-03-25 23:00:30 -05:00 committed by GitHub
commit e7eeffbc76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -106,7 +106,6 @@ let
++ lib.optionals zstdEnabled [ "--with-zstd" ]
++ lib.optionals gssSupport [ "--with-gssapi" ]
++ lib.optionals pythonSupport [ "--with-python" ]
++ lib.optionals stdenv'.hostPlatform.isRiscV [ "--disable-spinlocks" ]
++ lib.optionals jitSupport [ "--with-llvm" ]
++ lib.optionals stdenv'.isLinux [ "--with-pam" ];