Hack to work around broken POSTGRES_DISTRIB_DIR path since v15 support

This commit is contained in:
Heikki Linnakangas
2022-09-22 16:46:34 +03:00
parent 552e9dd7f8
commit 1e35ff22cd

View File

@@ -140,7 +140,7 @@ jobs:
env:
TEST_PG_BENCH_DURATIONS_MATRIX: "60m"
TEST_PG_BENCH_SCALES_MATRIX: "10gb"
POSTGRES_DISTRIB_DIR: /usr
POSTGRES_DISTRIB_DIR: /tmp/pg_install
TEST_OUTPUT: /tmp/test_output
BUILD_TYPE: remote
SAVE_PERF_REPORT: ${{ github.event.inputs.save_perf_report || ( github.ref == 'refs/heads/main' ) }}
@@ -201,6 +201,13 @@ jobs:
env:
PLATFORM: ${{ matrix.platform }}
- name: Hack psql path
run: |
mkdir /tmp/pg_install
ln -s /usr/ /tmp/pg_install/v14
env:
BENCHMARK_CONNSTR: ${{ steps.set-up-connstr.outputs.connstr }}
- name: Set database options
if: matrix.platform == 'neon-captest-prefetch'
run: |