-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Labels
Description
Description
macOS R-package CI jobs here started failing some time in the last few days, with errors like this:
==> Downloading https://mirror.ctan.org/systems/mac/mactex/mactex-basictex-20230314.pkg
curl: (22) The requested URL returned error: 404
Error: Download failed on Cask 'basictex' with message: Download failed: https://mirror.ctan.org/systems/mac/mactex/mactex-basictex-20230314.pkg
Error: Process completed with exit code 1.
Reproducible example
All macOS R-package jobs in this project. Example build: (build link)
Additional Comments
I believe this is happening right here:
LightGBM/.ci/test_r_package.sh
Line 90 in b27d81e
| brew install basictex || exit 1 |
basictex's formula was updated about a week ago, to version 2024.0309:
and mactex's to 2024.0312
mactex: mactex 2024.0312 Homebrew/homebrew-cask#168992mactex-no-gui: mactex-no-gui 2024.0312 Homebrew/homebrew-cask#168993
I suspect that mirrors have been updated to include those new packages and that the old ones have been removed, but Homebrew in CI is still looking for the old versions.
Maybe a brew update will help, as described in these:
Reactions are currently unavailable