Skip to content

Commit faf2999

Browse files
author
MarcoFalke
committed
cirrus: Use kvm to avoid spurious CI failures in the default virtualization cluster
1 parent b337bd7 commit faf2999

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.cirrus.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ container:
66
# Each project has 16 CPU in total, assign 2 to each container, so that 8 tasks run in parallel
77
cpu: 2
88
memory: 8G # Set to 8GB to avoid OOM. https://cirrus-ci.org/guide/linux/#linux-containers
9+
kvm: true # Use kvm to avoid spurious CI failures in the default virtualization cluster, see https://github.com/bitcoin/bitcoin/issues/20093
910
env:
1011
PACKAGE_MANAGER_INSTALL : "apt-get update && apt-get install -y"
1112
MAKEJOBS: "-j4"

0 commit comments

Comments
 (0)