We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd93fbb commit fa05720Copy full SHA for fa05720
circleci/images/exttester/Dockerfile
@@ -74,6 +74,10 @@ ARG PG_VERSION
74
ARG PG_VERSION_CLEAN
75
ARG PG_MAJOR
76
77
+COPY --from=dev-tools-builder \
78
+ /build/postgresql-${PG_VERSION_CLEAN}/build/lib/*.so \
79
+ /build/postgresql-${PG_VERSION_CLEAN}/build/lib/
80
+
81
COPY --from=dev-tools-builder \
82
/build/postgresql-${PG_VERSION_CLEAN}/build/src/test/isolation/pg_isolation_regress \
83
/build/postgresql-${PG_VERSION_CLEAN}/build/src/test/isolation/isolationtester \
0 commit comments