Develop PostgREST on (Intel) macOS #4384
-
Hello, I followed the Nix development and build environment to set up nix on my local machine — an Intel Mac running macOS 13.7 (Ventura). The nix setup itself went fine without problems but when I tried running PostgREST tests I get the following:
@taimoorzaeem suggested here to tweak Cabal settings, but I also wanted to ask the community if anybody here develops on a Mac and perhaps has a few tops? Much thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
That seems to have worked to unblock the tests for now. |
Beta Was this translation helpful? Give feedback.
-
Looked at removing split-sections, but it's for reducing the binary size, so not a good idea.
The error is pretty clear. I think we should include the flag conditionally only for supported platforms, looks like conditionals can be used in
|
Beta Was this translation helpful? Give feedback.
Cool. Opened #4388