mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-20 22:50:38 +00:00
Use version from vendor
This commit is contained in:
@@ -7,9 +7,8 @@ RUN apt update && \
|
||||
|
||||
# Build Postgres from the neon postgres repository.
|
||||
FROM build-deps AS pg-build
|
||||
RUN git clone -b main https://github.com/neondatabase/postgres.git postgres && \
|
||||
cd postgres && \
|
||||
./configure CFLAGS='-O2 -g3' --enable-debug --with-uuid=ossp && \
|
||||
COPY vendor/postgres postgres
|
||||
RUN cd postgres && \
|
||||
make MAKELEVEL=0 -j $(getconf _NPROCESSORS_ONLN) -s install && \
|
||||
make MAKELEVEL=0 -j $(getconf _NPROCESSORS_ONLN) -s -C contrib/ install && \
|
||||
# Install headers
|
||||
|
||||
2
vendor/postgres
vendored
2
vendor/postgres
vendored
Submodule vendor/postgres updated: a479855158...3f315a1ec3
Reference in New Issue
Block a user