Skip to content

Commit

Permalink
more debug
Browse files Browse the repository at this point in the history
  • Loading branch information
bayandin committed Sep 20, 2023
1 parent a186972 commit 5900eed
Showing 1 changed file with 20 additions and 6 deletions.
26 changes: 20 additions & 6 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,24 @@ jobs:
if: ${{ !cancelled() }}
run: cargo deny check

- name: DEBUG 14
if: failure()
run: |
cat /__w/neon/neon/pg_install/build/v14/config.log
cat /__w/neon/neon/pg_install/build/v14/configure.log
- name: DEBUG 15
if: failure()
run: |
cat /__w/neon/neon/pg_install/build/v15/config.log
cat /__w/neon/neon/pg_install/build/v15/configure.log
- name: DEBUG 16
if: failure()
run: |
cat /__w/neon/neon/pg_install/build/v16/config.log
cat /__w/neon/neon/pg_install/build/v16/configure.log
build-neon:
needs: [ check-permissions ]
runs-on: [ self-hosted, gen3, large ]
Expand Down Expand Up @@ -318,12 +336,6 @@ jobs:
# if: steps.cache_pg_16.outputs.cache-hit != 'true'
run: mold -run make postgres-v16 -j$(nproc)

- name: DEBUG
if: failure()
run: |
cat /__w/neon/neon/pg_install/build/v14/config.log
cat /__w/neon/neon/pg_install/build/v14/configure.log
- name: Build neon extensions
run: mold -run make neon-pg-ext -j$(nproc)

Expand All @@ -333,6 +345,8 @@ jobs:
- name: Run cargo test
run: |
export RUST_BACKTRACE=full
${cov_prefix} cargo test $CARGO_FLAGS $CARGO_FEATURES
# Run separate tests for real S3
Expand Down

0 comments on commit 5900eed

Please sign in to comment.