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 efe367b commit 8074ce6Copy full SHA for 8074ce6
.github/workflows/debos.yml
@@ -40,7 +40,6 @@ jobs:
40
image: debian:trixie
41
volumes:
42
- /efs/qli/metaqcom/gh-runners/quic-yocto/builds:/efs/qli/metaqcom/gh-runners/quic-yocto/builds
43
- - ./:/build
44
steps:
45
- uses: actions/checkout@v4
46
with:
@@ -59,7 +58,6 @@ jobs:
59
58
- name: Build debos recipe
60
run: |
61
set -ex
62
- cd /build
63
# debos tries KVM and UML as backends, and falls back to building
64
# directly on the host, but that requires loop devices; use
65
# qemu backend explicitly even if it's slower
0 commit comments