]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
workflows/dependencies: Install pkgs explicitly 2185/head
authorZack Cerza <zack@cerza.org>
Fri, 8 May 2026 18:04:10 +0000 (12:04 -0600)
committerZack Cerza <zack@cerza.org>
Fri, 8 May 2026 18:14:32 +0000 (12:14 -0600)
This is to temporarily work around quoting bug in bootstrap, since we run main's
copy first.

Signed-off-by: Zack Cerza <zack@cerza.org>
.github/workflows/dependencies.yml

index 83cc2a735f678c2ac7da580ecd011b83b428f9a7..8159e2409561220472692b3d7363274ed2d92048 100644 (file)
@@ -32,6 +32,8 @@ jobs:
           path: teuthology
       - name: Refresh system repos
         run: sudo apt-get -qq update -y
+      - name: Work around previously-broken bootstrap
+        run: sudo apt-get -qq install -y qemu-utils libev-dev libvirt-dev pipx
       - name: Initial bootstrap
         run: ./bootstrap install
         working-directory: ./teuthology