Where does `ubuntu22-full-arm64-python3.7-python3....
# development
c
Where does
ubuntu22-full-arm64-python3.7-python3.8-python3.9
come from, and why can't
actions/setup-python@v5
or another cache-able action be used on top of
ubuntu22
to provide the Pythons?
h
That’s the label for our custom arm64 runner
those are dynamic ec2 instances that already have those pythons installed on the AMI
c
How would one add more Pythons to it? (Context: Python upgrade)
h
Would have to rebuild the AMI, as documented here
Requires access to our AWS acct, so I can do it
Which pythons should we add?
I guess should just add all of them from 3.7 up
there is no harm
c
Thanks! (I lean towards all for the same reason)
h
Done, sending PR soon
Will need some reviews on manual cherrypicks (since the docx file isn’t in the older branches)
And one more, because I am a dope: https://github.com/pantsbuild/pants/pull/21544
OK, these are all in, on all active release branches and main
c
Thanks!