How do we get tools on the various non-GitHub runn...
# development
b
How do we get tools on the various non-GitHub runners? Specifically I need
gh
installed on the mac (and likely Arm) machines.
CC @curved-television-6568
👀 1
I'm happy to follow the installation instructions but I dunno if it's bueno to do that in GHA, or in some kind of machine prep
https://www.pantsbuild.org/docs/ci-for-macos-on-arm64 suggest someon running the
brew install
after SHHing in. @happy-kitchen-89482?
Ah and for arm I guess we need ot update this image? https://github.com/pantsbuild/pants/actions/runs/5569246760/workflow#L9
But for Linux x86 we'd need to install
gh
ourselves. So maybe for Arm we do that too. Then Mac we could either also install or do it out-of-band
h
Basically you SSH in and install stuff
If
gh
is going to run natively on the box
if it's running in the wheel-building image, then obvi you need to update the image
Or install in a step
if it's quick
b
I feel so dumb. I know a tool that can download and extract and run other tools using a declarative syntax ðŸĪĶ‍♂ïļ
ðŸĪŠ 1
🙃 1
ðŸĪĢ 1
c
once in a while your mind just finds itself in Alice land without realizing how it got there..
🐇 1