diff --git a/.github/packaging/packaging_ignore.yml b/.github/packaging/packaging_ignore.yml index c46f28f5e69..5223ad93ec5 100644 --- a/.github/packaging/packaging_ignore.yml +++ b/.github/packaging/packaging_ignore.yml @@ -1,3 +1,4 @@ base: - ".* warning: ignoring old recipe for target [`']check'" - ".* warning: overriding recipe for target [`']check'" + - ".*: warning: no previous declaration for '.*' \\[-Wmissing-variable-declarations\\]" diff --git a/.github/workflows/packaging-test-pipelines.yml b/.github/workflows/packaging-test-pipelines.yml index fdca3e0ba90..710dce82775 100644 --- a/.github/workflows/packaging-test-pipelines.yml +++ b/.github/workflows/packaging-test-pipelines.yml @@ -120,15 +120,11 @@ jobs: # PG_CONFIG variable in each of those runs. packaging_docker_image: - debian-bookworm-all - - debian-bullseye-all - - ubuntu-focal-all + - debian-trixie-all - ubuntu-jammy-all + - ubuntu-noble-all POSTGRES_VERSION: ${{ fromJson(needs.get_postgres_versions_from_file.outputs.pg_versions) }} - exclude: - # PG18 is not supported on Ubuntu focal - - packaging_docker_image: ubuntu-focal-all - POSTGRES_VERSION: 18 container: image: citus/packaging:${{ matrix.packaging_docker_image }}