Skip to content

Commit 0869a1f

Browse files
committed
re-enable sanitizers
1 parent 9fbb0a4 commit 0869a1f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ci/github-actions/jobs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -690,6 +690,7 @@ auto:
690690
--build=aarch64-pc-windows-gnullvm
691691
--enable-full-tools
692692
--enable-profiler
693+
--enable-sanitizers
693694
DIST_REQUIRE_ALL_TOOLS: 1
694695
CODEGEN_BACKENDS: llvm,cranelift
695696
<<: *job-windows-aarch64
@@ -701,6 +702,7 @@ auto:
701702
--build=x86_64-pc-windows-gnullvm
702703
--enable-full-tools
703704
--enable-profiler
705+
--enable-sanitizers
704706
DIST_REQUIRE_ALL_TOOLS: 1
705707
CODEGEN_BACKENDS: llvm,cranelift
706708
<<: *job-windows

0 commit comments

Comments
 (0)