Skip to content

Commit ef2f761

Browse files
HACK ci: See if Linux builds work on clang and gcc snapshots
1 parent 259f7a3 commit ef2f761

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.cirrus.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ linux_container_snippet: &LINUX_CONTAINER
6767
# Gives us more CPUs for free if they're available.
6868
greedy: true
6969
# More than enough for our scripts.
70-
memory: 1G
70+
memory: 2G
7171

7272
task:
7373
name: "x86_64: Linux (Debian stable)"
@@ -89,9 +89,9 @@ task:
8989
- env: { ECMULTGENPRECISION: 8, ECMULTWINDOW: 4 }
9090
matrix:
9191
- env:
92-
CC: gcc
92+
CC: gcc-snapshot
9393
- env:
94-
CC: clang
94+
CC: clang-snapshot
9595
<< : *MERGE_BASE
9696
test_script:
9797
- ./ci/cirrus.sh

0 commit comments

Comments
 (0)