Skip to content

Commit

Permalink
add swap to fuzzer ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
gogoex committed Oct 18, 2024
1 parent 80f88cd commit 1cd8e56
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,8 @@ task:
task:
name: 'fuzzer,address,undefined,integer, no depends'
<< : *GLOBAL_TASK_TEMPLATE
swap_script:
- fallocate -l 16G /swapfile_ci && chmod 600 /swapfile_ci && mkswap /swapfile_ci && swapon /swapfile_ci && ( echo '/swapfile_ci none swap sw 0 0' | tee -a /etc/fstab )
persistent_worker:
labels:
type: medium
Expand Down

0 comments on commit 1cd8e56

Please sign in to comment.