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 259f7a3 commit ef2f761Copy full SHA for ef2f761
.cirrus.yml
@@ -67,7 +67,7 @@ linux_container_snippet: &LINUX_CONTAINER
67
# Gives us more CPUs for free if they're available.
68
greedy: true
69
# More than enough for our scripts.
70
- memory: 1G
+ memory: 2G
71
72
task:
73
name: "x86_64: Linux (Debian stable)"
@@ -89,9 +89,9 @@ task:
89
- env: { ECMULTGENPRECISION: 8, ECMULTWINDOW: 4 }
90
matrix:
91
- env:
92
- CC: gcc
+ CC: gcc-snapshot
93
94
- CC: clang
+ CC: clang-snapshot
95
<< : *MERGE_BASE
96
test_script:
97
- ./ci/cirrus.sh
0 commit comments