diff options
| author | MarcoFalke <[email protected]> | 2020-10-08 15:17:58 +0200 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2020-10-08 14:47:21 +0200 |
| commit | faf2999e2515c47108dc3d376dbd1c0fce4d6103 (patch) | |
| tree | c2adb5ef9feae3d745cb0454f5b4e79c70563e91 | |
| parent | Merge #20065: fuzz: Configure check for main function (diff) | |
| download | discoin-faf2999e2515c47108dc3d376dbd1c0fce4d6103.tar.xz discoin-faf2999e2515c47108dc3d376dbd1c0fce4d6103.zip | |
cirrus: Use kvm to avoid spurious CI failures in the default virtualization cluster
| -rw-r--r-- | .cirrus.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 1c9e1a69e..5dc7e7995 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -6,6 +6,7 @@ container: # Each project has 16 CPU in total, assign 2 to each container, so that 8 tasks run in parallel cpu: 2 memory: 8G # Set to 8GB to avoid OOM. https://cirrus-ci.org/guide/linux/#linux-containers + kvm: true # Use kvm to avoid spurious CI failures in the default virtualization cluster, see https://github.com/bitcoin/bitcoin/issues/20093 env: PACKAGE_MANAGER_INSTALL : "apt-get update && apt-get install -y" MAKEJOBS: "-j4" |