Closed pawelru closed 1 week ago
Seems like a bug in the devel pak build.
I'll move this over to pak. EDIT: actually, never mind, I cannot. Will fix in a minute.
This was a bug in the pak nightly builds, which were not prepared for Objective-C files when cross compiling for arm64 macOS on x86_64 macOS. Fixed here: https://github.com/r-lib/pak/commit/fe4d2c6da65d534780cf73371819814cfeb81b57
I also removed the cross compiling, no need for that now that GHA has native arm64 macs: https://github.com/r-lib/pak/commit/659fbf1f12094d2dd2e228930f78282b6a3bc647 https://github.com/r-lib/pak/commit/e7d20861baebd54c2412530a12e781c1e99066d3
I started a new build, I'll comment here when the new versions are deployed: https://github.com/r-lib/pak/actions/runs/11890375962/job/33128891191
The new binaries are deployed, so this should be fixed now. Thanks for the report!
I re-run the failed workflows and I confirm - all is looking good now! Thank you for the prompt action!
For the record, this is going to get better soon:
Observed for
r-release-macos-arm64
andr-oldrel-macos-arm64
Step:Run r-hub/actions/setup-deps@v1
This is a common failure across multiple (if not all) of pkgs that uses rhub workflows. Few examples: [1], [2], [3]
Re-run didn't help.
That must be a recent change. The same workflow (on the same R package codebase) succeeded last week.
Appreciate your help on this.