Hi gcc-patches mailing list, Christophe Lyon <[email protected]> has requested that the following forgejo pull request be published on the mailing list.
Created on: 2025-09-03 07:45:35+00:00 Latest update: 2025-10-20 10:43:07+00:00 Changes: 1 changed files, 49 additions, 0 deletions Head revision: clyon/gcc-TEST ref sanity-checks commit b60a3950687c567733fb13494bf3e7f990d0f8be Base revision: gcc/gcc-TEST ref trunk commit c7e9d256fb94bfd9129cd33d9a24c76aa698d7ae r16-3680-gc7e9d256fb94bf Merge base: c7e9d256fb94bfd9129cd33d9a24c76aa698d7ae Full diff url: https://forge.sourceware.org/gcc/gcc-TEST/pulls/71.diff Discussion: https://forge.sourceware.org/gcc/gcc-TEST/pulls/71 Requested Reviewers: rdfm, rearnsha Thanks for taking the time to contribute to GCC! Please be advised that https://forge.sourceware.org/ is currently a trial that is being used by the GCC community to experiment with a new workflow based on pull requests. Pull requests sent here may be forgotten or ignored. Patches that you want to propose for inclusion in GCC should use the existing email-based workflow, see https://gcc.gnu.org/contribute.html Changed files: - A: .forgejo/workflows/sanity-checks.yaml Christophe Lyon (1): top-level: Add forgejo sanity checks .forgejo/workflows/sanity-checks.yaml | 49 +++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 .forgejo/workflows/sanity-checks.yaml Range-diff against v1: 1: ce0491767d9a ! 1: b60a3950687c top-level: Add forgejo sanity checks @@ Commit message ChangeLog: * .forgejo/workflows/sanity-checks.yaml: New file. + fix + ## .forgejo/workflows/sanity-checks.yaml (new) ## @@ +on: @@ .forgejo/workflows/sanity-checks.yaml (new) + apt-get update + apt-get install -qq -y nodejs git python3 python3-git python3-termcolor python3-unidiff + ++ # Checkout GCC sources, request an history depth of 100, ++ # hopefully sufficient for all patch series (the default is 1) + - uses: actions/checkout@v4 + with: + fetch-depth: 100 -- 2.50.1
