Skip to content

Commit

Permalink
Merge #762
Browse files Browse the repository at this point in the history
762: Update to pgrx 0.9.7 r=syvb a=syvb



Co-authored-by: syvb <smitty@timescale.com>
  • Loading branch information
bors[bot] and syvb authored Jul 6, 2023
2 parents 04e5a41 + 7050831 commit 3bdec38
Show file tree
Hide file tree
Showing 87 changed files with 1,138 additions and 1,084 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,10 @@ jobs:
key: ${{ runner.os }}-test-pg${{ matrix.pgversion }}-target-${{ hashFiles('Cargo.lock', '.github/workflows/ci.yml') }}
restore-keys: ${{ runner.os }}-test-pg${{ matrix.pgversion }}-target-

- name: Run pgx tests
- name: Run pgrx tests
run: |
if [ "${{ matrix.container.version }}" = 7 ]; then
# needed for pgx to find clang
# needed for pgrx to find clang
set +e # will succeed but have non-zero exit code
. scl_source enable llvm-toolset-7
set -e
Expand Down
Loading

0 comments on commit 3bdec38

Please sign in to comment.