Skip to content

Commit

Permalink
add make installcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
visill committed Oct 31, 2024
1 parent e0bf232 commit 87eb7f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ 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 87eb7f5

Please sign in to comment.