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 ba62a15 commit 64ac555
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@ compute_credits_template: &CREDITS_TEMPLATE
# << : *GLOBAL_TASK_TEMPLATE
# persistent_worker:
# labels:
# type: small env:
# type: small
# env:
# FILE_ENV: "./ci/test/00_setup_env_win64.sh"
#
# task:
Expand Down Expand Up @@ -168,11 +169,18 @@ compute_credits_template: &CREDITS_TEMPLATE

task:
name: 'fuzzer,address,undefined,integer, no depends'
<< : *GLOBAL_TASK_TEMPLATE
container:
image: ubuntu-2404
cpu: 3
memory: 16G
<< : *BASE_TEMPLATE
swap_script:
j
- fallocate -l 28G /swap
- chmod 600 /swap
- mkswap /swap
- swapon /swap
- (echo '/swap none swap sw 0 0' | tee -a /etc/fstab)
<< : *MAIN_TEMPLATE
persistent_worker:
labels:
type: medium
env:
FILE_ENV: "./ci/test/00_setup_env_native_fuzz.sh"

Expand Down

0 comments on commit 64ac555

Please sign in to comment.