Hi gcc-patches mailing list, Pietro Monteiro <[email protected]> has requested that the following forgejo pull request be published on the mailing list.
Created on: 2025-12-18 23:08:10+00:00 Latest update: 2025-12-22 01:09:01+00:00 Changes: 2 changed files, 136 additions, 0 deletions Head revision: pietro/gcc-TEST ref forge-cfile commit ea5117d7f075f000c543e6f626a073639a161cab Base revision: gcc/gcc-TEST ref trunk commit a6687d123301287a26c09073d360bc2d93176666 r16-6283-ga6687d12330128 Merge base: a6687d123301287a26c09073d360bc2d93176666 Full diff url: https://forge.sourceware.org/gcc/gcc-TEST/pulls/132.diff Discussion: https://forge.sourceware.org/gcc/gcc-TEST/pulls/132 Requested Reviewers: rdfm, clyon Add a Containerfile for the forge action and create an action to build it. Currently, the action does not push the built image to a registry. --- Changes since v1: - Added action to build containers Changed files: - A: .forgejo/workflows/build-containers.yaml - A: contrib/ci-container/essential/Containerfile Pietro Monteiro (2): Containerfile for base forge actions Add forge action to build container images .forgejo/workflows/build-containers.yaml | 56 ++++++++++++++ contrib/ci-container/essential/Containerfile | 80 ++++++++++++++++++++ 2 files changed, 136 insertions(+) create mode 100644 .forgejo/workflows/build-containers.yaml create mode 100644 contrib/ci-container/essential/Containerfile Range-diff against v1: 1: f6e083dc697c = 1: f6e083dc697c Containerfile for base forge actions -: ------------ > 2: ea5117d7f075 Add forge action to build container images -- 2.52.0
