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 91db985 commit fa397a6Copy full SHA for fa397a6
.cirrus.yml
@@ -156,8 +156,11 @@ task:
156
<< : *GLOBAL_TASK_TEMPLATE
157
container:
158
image: ubuntu:focal
159
+ cpu: 4 # Increase CPU and memory to avoid timeout
160
+ memory: 16G
161
env:
162
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
163
+ MAKEJOBS: "-j8"
164
FILE_ENV: "./ci/test/00_setup_env_native_fuzz.sh"
165
166
task:
0 commit comments