Skip to content

fix: temporarily disable PostGIS trunk build - #159

Merged
gbartolini merged 1 commit into
mainfrom
dev/disable-postgis-build
Sep 19, 2026
Merged

gbartolini merged 1 commit into
mainfrom
dev/disable-postgis-build

Conversation

@gbartolini

@gbartolini gbartolini commented Sep 19, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Removes postgis from the default docker buildx bake matrix, and the corresponding tag overrides in build.yml / build-commitfest.yml.
  • PostGIS periodically fails to build against PostgreSQL trunk, and since it was built in the same bake invocation as minimal/standard, a PostGIS failure was blocking image publishing and E2E testing for the whole pipeline.
  • The postgis Dockerfile stage itself is untouched — this only stops it being built automatically.
  • Long-term fix (splitting the build so PostGIS can fail independently without blocking the rest) tracked in Separate PostGIS build from the main pipeline #158.

Test plan

  • docker buildx bake --print locally confirms only minimal and standard targets remain in the default group.
  • YAML validated for build.yml and build-commitfest.yml.
  • CI run on this PR builds minimal/standard successfully.

Assisted-by: Claude

PostGIS periodically fails to build against PostgreSQL trunk (e.g. it
hasn't caught up to a new major version yet, or trips on an
in-development API change). Because minimal, standard, and postgis are
all built by the same `docker buildx bake` invocation, a PostGIS
failure currently fails the whole build-pg job -- blocking minimal and
standard from being pushed, and preventing the E2E job from running at
all.

Remove `postgis` from the default bake matrix, and the corresponding
tag overrides in build.yml / build-commitfest.yml, until the build is
split so that a PostGIS failure can no longer block the rest of the
pipeline.

The `postgis` Dockerfile stage itself is untouched.

Refs #158

Assisted-by: Claude

Signed-off-by: Gabriele Bartolini <gabriele.bartolini@enterprisedb.com>
@gbartolini
gbartolini requested a review from a team as a code owner September 19, 2026 06:44
@gbartolini
gbartolini merged commit 3ab1f47 into main Sep 19, 2026
5 checks passed
@gbartolini
gbartolini deleted the dev/disable-postgis-build branch September 19, 2026 06:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant