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 b337bd7 commit faf2999Copy full SHA for faf2999
.cirrus.yml
@@ -6,6 +6,7 @@ container:
6
# Each project has 16 CPU in total, assign 2 to each container, so that 8 tasks run in parallel
7
cpu: 2
8
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
10
env:
11
PACKAGE_MANAGER_INSTALL : "apt-get update && apt-get install -y"
12
MAKEJOBS: "-j4"
0 commit comments