Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down