skip version in configure & update build artifact

baby_step_pg_15-ci
Nils Dijk 2022-06-24 15:40:53 +02:00
parent 4afb9d4c94
commit 818d9b9802
No known key found for this signature in database
GPG Key ID: CA1177EF9434F241
1 changed files with 6 additions and 6 deletions

View File

@ -131,7 +131,7 @@ jobs:
name: 'Configure'
command: |
chown -R circleci .
gosu circleci ./configure
gosu circleci ./configure --without-pg-version-check
- run:
name: 'Enable core dumps'
command: |
@ -212,7 +212,7 @@ jobs:
name: 'Configure'
command: |
chown -R circleci .
gosu circleci ./configure
gosu circleci ./configure --without-pg-version-check
- run:
name: 'Enable core dumps'
command: |
@ -286,7 +286,7 @@ jobs:
name: 'Configure'
command: |
chown -R circleci .
gosu circleci ./configure
gosu circleci ./configure --without-pg-version-check
- run:
name: 'Enable core dumps'
command: |
@ -374,7 +374,7 @@ jobs:
name: 'Configure'
command: |
chown -R circleci .
gosu circleci ./configure
gosu circleci ./configure --without-pg-version-check
- run:
name: 'Enable core dumps'
command: |
@ -451,7 +451,7 @@ jobs:
name: 'Configure'
command: |
chown -R circleci .
gosu circleci ./configure
gosu circleci ./configure --without-pg-version-check
- run:
name: 'Enable core dumps'
command: |
@ -840,7 +840,7 @@ workflows:
pg_major: 15
image_tag: '<< pipeline.parameters.pg15_version >>'
make: check-follower-cluster
requires: [build-14]
requires: [build-15]
- test-citus:
name: 'test-15_check-columnar'
pg_major: 15