We can possibly use the Makefile from the checked out code in CircleCI, currently we are using the makefile from:
|
gosu circleci make -C "${CIRCLE_WORKING_DIRECTORY}/build-${PG_MAJOR}/src/test/regress" "${@}" || status=$? |
This would enable us to not copy the build-X artifacts in our workflows.