Skip to content

Commit fa05720

Browse files
committed
Add shared library files to Dockerfile for isolation testing
1 parent fd93fbb commit fa05720

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

circleci/images/exttester/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ ARG PG_VERSION
7474
ARG PG_VERSION_CLEAN
7575
ARG PG_MAJOR
7676

77+
COPY --from=dev-tools-builder \
78+
/build/postgresql-${PG_VERSION_CLEAN}/build/lib/*.so \
79+
/build/postgresql-${PG_VERSION_CLEAN}/build/lib/
80+
7781
COPY --from=dev-tools-builder \
7882
/build/postgresql-${PG_VERSION_CLEAN}/build/src/test/isolation/pg_isolation_regress \
7983
/build/postgresql-${PG_VERSION_CLEAN}/build/src/test/isolation/isolationtester \

0 commit comments

Comments
 (0)