Skip to content

Commit

Permalink
Debug SSL crash
Browse files Browse the repository at this point in the history
  • Loading branch information
jnidzwetzki committed Dec 24, 2023
1 parent dc94f87 commit 808a6ac
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/linux-build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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'
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 808a6ac

Please sign in to comment.