From 808a6acae032eb5e5d0cb7ab082ba3ad3b09a017 Mon Sep 17 00:00:00 2001 From: Jan Nidzwetzki Date: Sun, 24 Dec 2023 10:42:40 +0100 Subject: [PATCH] Debug SSL crash --- .github/workflows/linux-build-and-test.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linux-build-and-test.yaml b/.github/workflows/linux-build-and-test.yaml index 4e7c864142c..b1657a97a17 100644 --- a/.github/workflows/linux-build-and-test.yaml +++ b/.github/workflows/linux-build-and-test.yaml @@ -72,6 +72,8 @@ jobs: brew install gawk sudo perl -MCPAN -e "CPAN::Shell->notest('install', 'IPC::Run')" sudo perl -MCPAN -e "CPAN::Shell->notest('install', 'Test::Most')" + brew unlink openssl@3 + curl -L https://raw.githubusercontent.com/Homebrew/homebrew-core/e68186ba5a05a6ea9a30d6c7744de9a46bd3aadd/Formula/o/openssl@3.rb > openssl@3.rb && brew install openssl@3.rb - name: Checkout TimescaleDB uses: actions/checkout@v3 @@ -125,6 +127,7 @@ jobs: run: | make -C ~/$PG_SRC_DIR install make -C ~/$PG_SRC_DIR/contrib/postgres_fdw install + echo "$HOME/$PG_INSTALL_DIR/bin" >> "${GITHUB_PATH}" - name: Upload config.log if: always() && steps.cache-postgresql.outputs.cache-hit != 'true' @@ -160,7 +163,7 @@ jobs: set -o pipefail make -k -C build installcheck IGNORES="${{ join(matrix.ignored_tests, ' ') }}" \ SKIPS="${{ join(matrix.skipped_tests, ' ') }}" ${{ matrix.installcheck_args }} \ - PSQL="${HOME}/${PG_INSTALL_DIR}/bin/psql" | tee installcheck.log + | tee installcheck.log - name: pginstallcheck if: matrix.pginstallcheck @@ -282,6 +285,4 @@ jobs: GITHUB_PR_NUMBER=0 fi export GITHUB_PR_NUMBER - PSQL="${HOME}/${PG_INSTALL_DIR}/bin/psql" - export PSQL scripts/upload_ci_stats.sh