Skip to content

Commit

Permalink
ci: Add x86_64 Linux tasks for gcc and clang snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
real-or-random committed Jul 6, 2023
1 parent 1deecaa commit 609093b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ linux_container_snippet: &LINUX_CONTAINER
# Gives us more CPUs for free if they're available.
greedy: true
# More than enough for our scripts.
memory: 1G
memory: 2G

task:
name: "x86_64: Linux (Debian stable)"
Expand All @@ -88,6 +88,10 @@ task:
CC: gcc
- env:
CC: clang
- env:
CC: gcc-snapshot
- env:
CC: clang-snapshot
test_script:
- ./ci/cirrus.sh
<< : *CAT_LOGS
Expand Down

0 comments on commit 609093b

Please sign in to comment.