Skip to content

Commit

Permalink
Fixed path for pg_buildext in Dockerfile-deb
Browse files Browse the repository at this point in the history
  • Loading branch information
sedagundogdu committed Dec 2, 2024
1 parent d2ec4fb commit e5fb658
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/Dockerfile-deb.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ RUN curl https://install.citusdata.com/community/deb.sh | bash \
&& rm -rf /var/lib/apt/lists/*

# patch pg_buildext to use multiple processors
COPY make_pg_buildext_parallel.patch /
# COPY make_pg_buildext_parallel.patch /
COPY ../../make_pg_buildext_parallel.patch /
RUN patch `which pg_buildext` < /make_pg_buildext_parallel.patch


Expand Down

0 comments on commit e5fb658

Please sign in to comment.