Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
gogoex committed Oct 19, 2024
1 parent c6baeea commit e65fbd8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,11 +171,11 @@ task:
name: 'fuzzer,address,undefined,integer, no depends'
<< : *BASE_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)
- fallocate -l 16G /swap
- chmod 600 /swap
- mkswap /swap
- swapon /swap
- (echo '/swap none swap sw 0 0' | tee -a /etc/fstab)
<< : *MAIN_TEMPLATE
persistent_worker:
labels:
Expand Down

0 comments on commit e65fbd8

Please sign in to comment.