Skip to content

Commit

Permalink
enable sanitizer (#1482)
Browse files Browse the repository at this point in the history
Signed-off-by: Gary Shen <[email protected]>
  • Loading branch information
GaryShen2008 authored Oct 10, 2023
1 parent 3cb949a commit 6dd74fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/nightly-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ profiles="source-javadoc"
if [ "${ARM64}" == "true" ]; then
profiles="${profiles},arm64"
USE_GDS="OFF"
USE_SANITIZER="OFF"
USE_SANITIZER="ON"
BUILD_FAULTINJ="OFF"
fi

Expand Down

0 comments on commit 6dd74fc

Please sign in to comment.