agora inbox for pgsql-hackers@postgresql.org
help / color / mirror / Atom feedFrom: Justin Pryzby <pryzbyj@telsasoft.com>
Subject: [PATCH 09/25] cirrus/freebsd: run build+check in a make vpath
Date: Wed, 27 Jul 2022 16:54:47 -0500
ci-os-only: freebsd
---
.cirrus.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.cirrus.yml b/.cirrus.yml
index 38cc25fcf7c..65a7a3774ff 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -86,7 +86,7 @@ task:
# freebsd already takes longer than other platforms except for windows.
configure_script: |
su postgres <<-EOF
- ./configure \
+ mkdir build; cd build; ../configure \
--enable-cassert --enable-debug --enable-tap-tests \
--enable-nls \
\
@@ -115,7 +115,7 @@ task:
EOF
build_script: |
su postgres -c "ccache --zero-stats"
- su postgres -c "gmake -s -j${BUILD_JOBS} world-bin"
+ su postgres -c "cd build && gmake -s -j${BUILD_JOBS} world-bin"
su postgres -c "ccache --show-stats"
upload_caches: ccache
@@ -124,7 +124,7 @@ task:
# https://savannah.gnu.org/bugs/?60774
# script uses pseudo-ttys, which do support locking.
test_world_script:
- - su postgres -c "time script test.log gmake -s -j${TEST_JOBS} ${CHECK} ${CHECKFLAGS}"
+ - su postgres -c "cd build && time script test.log gmake -s -j${TEST_JOBS} ${CHECK} ${CHECKFLAGS}"
on_failure:
<<: *on_failure
--
2.17.1
--IS0zKkzwUGydFO0o
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
filename="0010-cirrus-windows-increase-timeout-to-25min.patch"
view thread (2+ messages)
Message-ID: <no-message-id-642660@localhost>
Permalink: ../no-message-id-642660@localhost/
Also on: postgresql.org/message-id/no-message-id-642660@localhost
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: pgsql-hackers@postgresql.org
Cc: pryzbyj@telsasoft.com
Subject: Re: [PATCH 09/25] cirrus/freebsd: run build+check in a make vpath
In-Reply-To: <no-message-id-642660@localhost>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox