diff options
| author | Jacob Champion <jchampion@postgresql.org> | 2025-09-03 07:54:15 -0700 |
|---|---|---|
| committer | Jacob Champion <jchampion@postgresql.org> | 2025-09-03 07:54:15 -0700 |
| commit | 01c59380032fef5f0ce88234b04d0021dfd47d3e (patch) | |
| tree | 806bc0f733b2d333e469b8b426b3090c0abec116 | |
| parent | 01d6e5b2cf90737395344a8233cae5891c191357 (diff) | |
ci: Remove extra PG_TEST_EXTRA from NetBSD/OpenBSD
The PG_TEST_EXTRA environment variable is already set at the top level.
As of 3d1aec225, Meson tasks will use this by default, so there's no
need for another intermediate variable.
Author: Nazir Bilal Yavuz <byavuz81@gmail.com>
Suggested-by: Peter Eisentraut <peter@eisentraut.org>
Discussion: https://postgr.es/m/flat/CAN55FZ0aO8d_jkyRijcGP8qO%3DXH09qG%3Dpw0ZZDvB4LMzuXYU1w%40mail.gmail.com
| -rw-r--r-- | .cirrus.tasks.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.cirrus.tasks.yml b/.cirrus.tasks.yml index d84875168bb..40b15dc9661 100644 --- a/.cirrus.tasks.yml +++ b/.cirrus.tasks.yml @@ -321,7 +321,6 @@ task: --pkg-config-path ${PKGCONFIG_PATH} \ -Dcassert=true -Dinjection_points=true \ -Dssl=openssl ${UUID} ${TCL} \ - -DPG_TEST_EXTRA="$PG_TEST_EXTRA" \ build EOF |
