Skip to content

Commit

Permalink
without install check
Browse files Browse the repository at this point in the history
  • Loading branch information
visill authored Oct 31, 2024
1 parent acb4f63 commit 00f19a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ RUN sed -i '/^trusted/d' gpcontrib/yezzey/yezzey.control
RUN ./configure --with-perl --with-python --with-libxml --disable-orca --prefix=/usr/local/gpdb \
--enable-depend --enable-cassert --enable-debug --without-mdblocales --without-zstd CFLAGS='-fno-omit-frame-pointer -Wno-implicit-fallthrough -O3 -pthread'
RUN make -j8 && make -j8 install
RUN make installcheck

RUN sed -i "s/\$ACCESS_KEY_ID/${accessKeyId}/g" yezzey_test/yezzey-s3.conf \
&& sed -i "s/\$SECRET_ACCESS_KEY/${secretAccessKey}/g" yezzey_test/yezzey-s3.conf \
Expand Down

0 comments on commit 00f19a6

Please sign in to comment.