mirror of
https://github.com/neondatabase/neon.git
synced 2026-07-04 04:30:38 +00:00
need higher version of pgcopydb
This commit is contained in:
8
.github/workflows/benchmarking.yml
vendored
8
.github/workflows/benchmarking.yml
vendored
@@ -62,7 +62,7 @@ jobs:
|
||||
PG_CONFIG: /tmp/neon/pg_install/v16/bin/pg_config
|
||||
runs-on: [ self-hosted, us-east-2, x64 ]
|
||||
container:
|
||||
image: neondatabase/build-tools:pinned-bookworm
|
||||
image: neondatabase/build-tools:62b0e0c53ed967d40b302d322ee0aa76626cac5f3d20b47bed6b7ee8350c78d2-bookworm-x64
|
||||
credentials:
|
||||
username: ${{ secrets.NEON_DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.NEON_DOCKERHUB_PASSWORD }}
|
||||
@@ -88,11 +88,11 @@ jobs:
|
||||
- name: invoke pg_config
|
||||
run: |
|
||||
/tmp/neon/pg_install/v16/bin/pg_config --bindir
|
||||
${PG_CONFIG} --bindir
|
||||
|
||||
- name: Install pgcopydb
|
||||
- name: Invoke pgcopydb
|
||||
run: |
|
||||
apt update
|
||||
apt-get install pgcopydb
|
||||
pgcopydb --version
|
||||
pgcopydb --help
|
||||
|
||||
bench:
|
||||
|
||||
Reference in New Issue
Block a user