We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9d816f commit 4975d44Copy full SHA for 4975d44
.circleci/config.yml
@@ -100,13 +100,14 @@ image_boot: &image_boot
100
- run:
101
name: Install packages
102
# ca-certificates are needed for attach_workspace (and git over https)
103
- command: apt-get update && apt-get install -y ca-certificates curl expect git make openssh-client procps qemu xorriso
+ command: sudo apt-get update && sudo apt-get install -y ca-certificates curl expect git make openssh-client procps qemu xorriso
104
- attach_workspace:
105
at: /workspace
106
- checkout
107
108
name: Test boot
109
command: |
110
+ ls -lrt /dev/kvm* || true
111
# Add ssh keys to the image.
112
# TODO could this be integrated into linuxkit/mkimage-iso-*
113
# such that all those options do not need to be repeated
0 commit comments