Skip to content

Commit

Permalink
[MSan] updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mxaddict committed Feb 19, 2024
1 parent e5221ad commit b24bfb2
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,16 +89,6 @@ task:
lint_script:
- ./ci/lint_run_all.sh

task:
name: 'MSan, depends'
<< : *GLOBAL_TASK_TEMPLATE
persistent_worker:
labels:
type: medium
timeout_in: 300m # Use longer timeout for the *rare* case where a full build (llvm + msan + depends + ...) needs to be done.
env:
FILE_ENV: "./ci/test/00_setup_env_native_msan.sh"

task:
name: 'tidy'
<< : *GLOBAL_TASK_TEMPLATE
Expand Down Expand Up @@ -153,6 +143,16 @@ task:
env:
FILE_ENV: "./ci/test/00_setup_env_native_tsan.sh"

task:
name: 'MSan, depends'
<< : *GLOBAL_TASK_TEMPLATE
persistent_worker:
labels:
type: medium
timeout_in: 300m # Use longer timeout for the *rare* case where a full build (llvm + msan + depends + ...) needs to be done.
env:
FILE_ENV: "./ci/test/00_setup_env_native_msan.sh"

task:
name: 'ASan + LSan + UBSan + integer, no depends, USDT'
enable_bpfcc_script:
Expand Down

0 comments on commit b24bfb2

Please sign in to comment.