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 e65fbd8 commit e6841e1
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,7 @@ 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 @@ -169,14 +168,11 @@ compute_credits_template: &CREDITS_TEMPLATE

task:
name: 'fuzzer,address,undefined,integer, no depends'
<< : *BASE_TEMPLATE
swap_script:
- fallocate -l 16G /swap
- chmod 600 /swap
- mkswap /swap
- swapon /swap
- (echo '/swap none swap sw 0 0' | tee -a /etc/fstab)
<< : *MAIN_TEMPLATE
<< : *GLOBAL_TASK_TEMPLATE
container:
image: debian:bookworm
cpu: 3
memory: 16G
persistent_worker:
labels:
type: medium
Expand Down

0 comments on commit e6841e1

Please sign in to comment.