Skip to content

Breakage test runs against a ponyc frozen since October 2025 #70

Description

@SeanTAllen

.github/workflows/breakage-against-ponyc-latest.yml runs in ghcr.io/ponylang/shared-docker-ci-x86-64-unknown-linux-builder-with-pcre:latest. That image was last pushed on 2025-10-20 and has not been rebuilt since, so this workflow tests against the ponyc of that day rather than against ponyc main.

shared-docker #111 is what stopped it. It renamed x86-64-unknown-linux-builder-with-pcre to standard-builder-with-pcre, made it multiplatform, and replaced the latest tag with nightly and release. The old image name kept resolving, so nothing failed and nothing said the compiler had stopped moving.

The replacement is ghcr.io/ponylang/shared-docker-ci-standard-builder-with-pcre:nightly, built from ponyc main.

glob, logger, regex and templates all still point at the old image.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions