From d9401fdcb8c81b0c63e54d849e1c87766e5431c6 Mon Sep 17 00:00:00 2001 From: mxaddict Date: Mon, 19 Feb 2024 22:25:29 +0800 Subject: [PATCH] [MSan] updates --- .cirrus.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 1c25ee1668133f..a7e8b2b9ae275f 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -69,6 +69,16 @@ compute_credits_template: &CREDITS_TEMPLATE # Only use credits for pull requests to the main repo use_compute_credits: $CIRRUS_REPO_FULL_NAME == 'navcoin/navcoin' && $CIRRUS_PR != "" +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: 'lint' << : *BASE_TEMPLATE @@ -143,16 +153,6 @@ 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: