wide-midnight-78598
07/16/2023, 8:53 PMfmt
in pants repo... Turns out it's happening on main
to and seems to be a problem with Coursier not having ARM64 releases (or maybe just not having them in their Github releases page).
https://github.com/pantsbuild/pants/issues/19480wide-midnight-78598
07/16/2023, 8:56 PMclass CoursierSubsystem(TemplatedExternalTool):
default_url_platform_mapping = {
"macos_arm64": "x86_64-apple-darwin", <-----
"macos_x86_64": "x86_64-apple-darwin",
"linux_arm64": "aarch64-pc-linux", <-- Removed in Coursier 2.1
"linux_x86_64": "x86_64-pc-linux",
}
https://github.com/coursier/coursier/issues/2770
Womp womp...
Appears that the ARM64 coursiers are here: https://github.com/VirtusLab/coursier-m1wide-midnight-78598
07/16/2023, 10:10 PMproud-dentist-22844
07/16/2023, 10:12 PMwide-midnight-78598
07/16/2023, 10:13 PM--changed-since
- though not entirely sure how it could workcurved-television-6568
07/16/2023, 11:13 PMwide-midnight-78598
07/17/2023, 1:18 AMbuild_ignore
which doesn't seem rightcurved-television-6568
07/17/2023, 2:27 AMlate-advantage-75311
09/18/2023, 2:03 PMpants fmt
and no-Coursier-gz-for-m1? I am running into the same issue and there isn't a .gz for m1 yet.wide-midnight-78598
09/18/2023, 3:33 PMlate-advantage-75311
09/18/2023, 5:58 PMbroad-processor-92400
09/18/2023, 10:26 PMwide-midnight-78598
09/18/2023, 10:58 PM—skip-scalafmt
or something similar attached at the CLI.
I will say that the problem wasn’t consistent, which made it harder to track down.late-advantage-75311
09/19/2023, 10:32 AM