Bogdan Popa

Results 156 comments of Bogdan Popa
trafficstars

Hi @rmculpepper, any thoughts on this change?

We'd need access to arm installers. If we had those, then all it would take would be to correctly map the URLs when `architecture` is `arm{32,64}` here: https://github.com/Bogdanp/setup-racket/blob/11bb5ff19d1cd718876bc3cf8966a3fbce4354b7/src/common.ts#L32 We could...

Yup! I've added support for the arch and guessed at what the URLs will end up being, but there don't seem to be installers for arm64 on the Utah snapshot...

@jessealama it looks like only 32bit arm snapshots are available still: https://www.cs.utah.edu/plt/snapshots/ It looks like there are now snapshots for the M1 chips, though, so I'll have to add support...

Installers for Apple Silicon Macs are supported as of https://github.com/Bogdanp/setup-racket/pull/20/commits/94699d415b27bab4501b62f42f74b4eb8153d769 . GH Actions don't yet support Apple Silicon, though, so they aren't tested.

@dannypsnl I've just pushed a fix to the master branch for that problem. However, there aren't any arm64 linux installers on the Utah snapshot server yet so even with that...

The stable version is currently looked up via http://download.racket-lang.org/version.txt . So, I think the best approach is to get that updated to include the version of the prior release and...

I agree that this would be nice to include. Would you like to make a PR?