Skip to content

Commit 0eb37b9

Browse files
committed
Remove MSAN from generated project's CI
MSAN requires instrumented standard library. I will have too look into this later.
1 parent 229d9c6 commit 0eb37b9

File tree

1 file changed

+1
-4
lines changed
  • cmake-init/templates/common/.github/workflows

1 file changed

+1
-4
lines changed

cmake-init/templates/common/.github/workflows/ci.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
fail-fast: false
5353

5454
matrix:
55-
name: [address, undefined, memory]
55+
name: [address, undefined]
5656

5757
include:
5858
- name: address
@@ -67,9 +67,6 @@ jobs:
6767
- name: undefined
6868
options: '{ "UBSAN_OPTIONS": "print_stacktrace=1" }'
6969

70-
- name: memory
71-
flags: -fsanitize-memory-track-origins=2
72-
7370
runs-on: ubuntu-latest
7471

7572
steps:

0 commit comments

Comments
 (0)