SSVPP Backend and CLI (#21132)

#19882 and #20532
This commit is contained in:
Dante Catalfamo
2024-08-14 10:25:32 -04:00
committed by GitHub
parent 985781a04b
commit 9a5e5372eb
25 changed files with 439 additions and 231 deletions
+7 -1
View File
@@ -70,7 +70,13 @@ jobs:
# - colima is pre-installed in macos-12 runners, but not in macos-13 or
# macos-14 runners
run: |
brew install docker colima
brew install docker
# The runners come with an old version of python@3.12 that fails to upgrade
# when python gets pulled in as a dep through the chain
# colima -> lima -> qemu -> glibc -> python@3.12
# Force upgrade it for now, remove once the problem is fixed
brew install --overwrite python@3.12
brew install colima
colima start --mount $TMPDIR:w
- name: Install Go