r-hub / rhub

R-hub API client
https://r-hub.github.io/rhub/
Other
354 stars 53 forks source link

R-devel macos arm builds failing due to brew/qpdf failure. #648

Open coolbutuseless opened 6 days ago

coolbutuseless commented 6 days ago

macos-arm64 is failing when it fails to install qpdf via brew (Note: macos-intel is working OK)

See for example callme check from today: https://github.com/coolbutuseless/callme/actions/runs/11995486397

macos-arm64 (R-devel)
Failed to get R devel: Failed to get R 4.5.0: Failed to install qpdf: Error: The process '/opt/homebrew/bin/brew' failed with exit code 1
> packageVersion('rhub')
[1] ‘2.0.0’
gaborcsardi commented 6 days ago

See the thread at https://github.com/r-lib/actions/issues/948 for a workaround if you need this urgently.