Skip to content

Commit

Permalink
remove pgtracing refs
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasgameiroborges committed Nov 21, 2024
1 parent 3525e3e commit e985088
Showing 1 changed file with 7 additions and 17 deletions.
24 changes: 7 additions & 17 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ description: |
system emphasizing extensibility and SQL compliance. This package
includes patroni for managing your PostgreSQL systems.
platforms:
amd64:
build-on: [amd64]
architectures:
- build-on: [amd64]
build-for: [amd64]
- build-on: [arm64]
build-for: [arm64]
grade: stable # must be 'stable' to release into candidate/stable channels
confinement: strict # use 'strict' once you have the right plugs and slots

Expand All @@ -27,6 +28,8 @@ package-repositories:
ppa: data-platform/postgresql-14-timescaledb
- type: apt
ppa: lvoytek/dp-pgbackrest-exporter
- type: apt
ppa: lvoytek/dp-pgbackrest

layout:
/usr/bin/perl:
Expand Down Expand Up @@ -217,7 +220,7 @@ parts:
- postgresql=16+257build1.1
- util-linux
- pgbouncer=1.22.0-1build4
- pgbackrest=2.50-1build2 # should be 2.53-1
- pgbackrest=2.53-1ubuntu0.24.04.1~ppa1
- prometheus-postgres-exporter=0.15.0-1
- golang-github-prometheus-community-pgbouncer-exporter=0.7.0-1
- python3-pysyncobj=0.3.12-1
Expand Down Expand Up @@ -286,16 +289,3 @@ parts:
wrapper:
plugin: dump
source: snap/local
pg_tracing:
after:
- postgres-debs
plugin: dump
source: https://github.com/DataDog/pg_tracing.git
override-build: |
apt install -y postgresql-server-dev-16 libcurl4-openssl-dev
cd /root/parts/pg_tracing/build
make install
organize:
/root/parts/pg_tracing/build/pg_tracing--0.1.0.sql: usr/share/postgresql/16/extension/pg_tracing--0.1.0.sql
/root/parts/pg_tracing/build/pg_tracing.control: usr/share/postgresql/16/extension/pg_tracing.control
/root/parts/pg_tracing/build/pg_tracing.so: usr/lib/postgresql/16/lib/pg_tracing.so

0 comments on commit e985088

Please sign in to comment.