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 1deecaa commit 609093bCopy full SHA for 609093b
.cirrus.yml
@@ -62,7 +62,7 @@ linux_container_snippet: &LINUX_CONTAINER
62
# Gives us more CPUs for free if they're available.
63
greedy: true
64
# More than enough for our scripts.
65
- memory: 1G
+ memory: 2G
66
67
task:
68
name: "x86_64: Linux (Debian stable)"
@@ -88,6 +88,10 @@ task:
88
CC: gcc
89
- env:
90
CC: clang
91
+ - env:
92
+ CC: gcc-snapshot
93
94
+ CC: clang-snapshot
95
test_script:
96
- ./ci/cirrus.sh
97
<< : *CAT_LOGS
0 commit comments