Closed ben-509 closed 6 months ago
Reviewing old notes, I think we need to do this to get a new linked mac arm jre for temper:
bundleJre
cli/build/distributions/jre4temper-....tgz
to that releaseAnd we apparently expect an "arm64" id:
File "/Users/runner/work/temper-prepublic/temper-prepublic/scripts/integration_test/download.py", line 34, in download
platform_suffix = re.compile(rf"-{get_os()}-{get_arch()}\.(?:tgz|zip)")
^^^^^^^^^^
File "/Users/runner/work/temper-prepublic/temper-prepublic/scripts/integration_test/download.py", line 77, in get_arch
return {
^
KeyError: 'arm64'
Hopefully the jre comes out named that way.
Thanks! I'll see if I can get things working with that.
In 2092 we switched to the MacOS 13 runner because the 14 requires an ARM chip. Since Apple is moving pretty inevitably towards Apple Silicon, we should push out an ARM JRE build.