mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-13 03:00:37 +00:00
build-neon uses `make postgres-...`. The Makefile expects BUILD_TYPE to be debug or release. Before this PR, the build matrix's BUILD_TYPE would be just that. Now the build matrix's build type is something different than the Makefile's BUILD_TYPE. Make the difference explicit.