From d40f6cde1df3d4b3529d69d1f8535d17ef133d24 Mon Sep 17 00:00:00 2001 From: Grant McDermott Date: Thu, 20 Aug 2026 18:23:41 -0700 Subject: [PATCH] Revert Azure hotfix - see: https://github.com/eddelbuettel/r-ci/issues/15 --- .github/workflows/R-CMD-check.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/R-CMD-check.yaml b/.github/workflows/R-CMD-check.yaml index 39b163af..c7c2fcf5 100644 --- a/.github/workflows/R-CMD-check.yaml +++ b/.github/workflows/R-CMD-check.yaml @@ -34,16 +34,6 @@ jobs: steps: - uses: actions/checkout@v6 - # r-ci's run.sh (hotfix a07614a, 2026-08-19) seds /etc/apt/apt-mirrors.txt - # unconditionally to drop the flaky azure mirror. That file only exists on - # GitHub-hosted runner images, not in containers, so the sed exits 2 and - # kills the step under `bash -e`. (r2u4ci escapes it via the /etc/r2u_ci - # stamp, which makes Bootstrap() skip BootstrapLinux entirely; drd has no - # such stamp.) An empty file is inert here -- containers never used the - # azure mirror. Drop once upstream guards the sed with `test -f`. - - name: Work around r-ci apt-mirrors.txt assumption - run: touch /etc/apt/apt-mirrors.txt - - name: Setup uses: eddelbuettel/github-actions/r-ci@master