From e5f06698714075e592afaad3a167ca90498c29d0 Mon Sep 17 00:00:00 2001 From: Edwin Lu Date: Mon, 2 Jun 2025 09:19:36 -0700 Subject: [PATCH 1/2] try different mirrors for dejagnu and newlib --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index c58ecb319b4..3d7e4161b4b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -11,11 +11,11 @@ url = https://sourceware.org/git/glibc.git [submodule "dejagnu"] path = dejagnu - url = https://git.linaro.org/toolchain/dejagnu.git + url = https://git.savannah.gnu.org/git/dejagnu.git branch = dejagnu-1.6.3 [submodule "newlib"] path = newlib - url = https://git.linaro.org/toolchain/newlib.git + url = https://github.com/bminor/newlib.git branch = master [submodule "gdb"] path = gdb From 3fb6de1ede7cb70d61512d1ca656f4bb23ef9dad Mon Sep 17 00:00:00 2001 From: Edwin Lu Date: Mon, 2 Jun 2025 09:29:42 -0700 Subject: [PATCH 2/2] bump pre-commit image to 24.04 --- .github/workflows/pre-pull-request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-pull-request.yaml b/.github/workflows/pre-pull-request.yaml index 90fcf4242a1..aad20b7d1e1 100644 --- a/.github/workflows/pre-pull-request.yaml +++ b/.github/workflows/pre-pull-request.yaml @@ -10,7 +10,7 @@ on: jobs: pytest: - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v3