This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7a8c00dea5e tree-optimization/123298 - fix backedge detection for VN al [...] new 17cc07b4d37 Containerfile for base forge actions
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .forgejo/workflows/build-containers.yaml | 55 ++++++++++ contrib/ci-containers/README | 47 +++++++++ contrib/ci-containers/autoregen/Containerfile | 83 +++++++++++++++ contrib/ci-containers/autoregen/autoregen.py | 146 ++++++++++++++++++++++++++ contrib/ci-containers/build-image.sh | 104 ++++++++++++++++++ 5 files changed, 435 insertions(+) create mode 100644 .forgejo/workflows/build-containers.yaml create mode 100644 contrib/ci-containers/README create mode 100644 contrib/ci-containers/autoregen/Containerfile create mode 100755 contrib/ci-containers/autoregen/autoregen.py create mode 100755 contrib/ci-containers/build-image.sh