mirror of https://github.com/citusdata/citus.git
skip version in configure & update build artifact
parent
4afb9d4c94
commit
818d9b9802
|
@ -131,7 +131,7 @@ jobs:
|
||||||
name: 'Configure'
|
name: 'Configure'
|
||||||
command: |
|
command: |
|
||||||
chown -R circleci .
|
chown -R circleci .
|
||||||
gosu circleci ./configure
|
gosu circleci ./configure --without-pg-version-check
|
||||||
- run:
|
- run:
|
||||||
name: 'Enable core dumps'
|
name: 'Enable core dumps'
|
||||||
command: |
|
command: |
|
||||||
|
@ -212,7 +212,7 @@ jobs:
|
||||||
name: 'Configure'
|
name: 'Configure'
|
||||||
command: |
|
command: |
|
||||||
chown -R circleci .
|
chown -R circleci .
|
||||||
gosu circleci ./configure
|
gosu circleci ./configure --without-pg-version-check
|
||||||
- run:
|
- run:
|
||||||
name: 'Enable core dumps'
|
name: 'Enable core dumps'
|
||||||
command: |
|
command: |
|
||||||
|
@ -286,7 +286,7 @@ jobs:
|
||||||
name: 'Configure'
|
name: 'Configure'
|
||||||
command: |
|
command: |
|
||||||
chown -R circleci .
|
chown -R circleci .
|
||||||
gosu circleci ./configure
|
gosu circleci ./configure --without-pg-version-check
|
||||||
- run:
|
- run:
|
||||||
name: 'Enable core dumps'
|
name: 'Enable core dumps'
|
||||||
command: |
|
command: |
|
||||||
|
@ -374,7 +374,7 @@ jobs:
|
||||||
name: 'Configure'
|
name: 'Configure'
|
||||||
command: |
|
command: |
|
||||||
chown -R circleci .
|
chown -R circleci .
|
||||||
gosu circleci ./configure
|
gosu circleci ./configure --without-pg-version-check
|
||||||
- run:
|
- run:
|
||||||
name: 'Enable core dumps'
|
name: 'Enable core dumps'
|
||||||
command: |
|
command: |
|
||||||
|
@ -451,7 +451,7 @@ jobs:
|
||||||
name: 'Configure'
|
name: 'Configure'
|
||||||
command: |
|
command: |
|
||||||
chown -R circleci .
|
chown -R circleci .
|
||||||
gosu circleci ./configure
|
gosu circleci ./configure --without-pg-version-check
|
||||||
- run:
|
- run:
|
||||||
name: 'Enable core dumps'
|
name: 'Enable core dumps'
|
||||||
command: |
|
command: |
|
||||||
|
@ -840,7 +840,7 @@ workflows:
|
||||||
pg_major: 15
|
pg_major: 15
|
||||||
image_tag: '<< pipeline.parameters.pg15_version >>'
|
image_tag: '<< pipeline.parameters.pg15_version >>'
|
||||||
make: check-follower-cluster
|
make: check-follower-cluster
|
||||||
requires: [build-14]
|
requires: [build-15]
|
||||||
- test-citus:
|
- test-citus:
|
||||||
name: 'test-15_check-columnar'
|
name: 'test-15_check-columnar'
|
||||||
pg_major: 15
|
pg_major: 15
|
||||||
|
|
Loading…
Reference in New Issue