Skip to content

Commit

Permalink
fixed asan.groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
amd-garydeng committed Oct 8, 2024
1 parent fcbd342 commit 0f17adc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .jenkins/asan.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@ def runCI =

def commonGroovy

def settings = [
addressSanitizer: true
settings.cmakeDefines["CMAKE_CXX_COMPILER"]="/opt/rocm/bin/amdclang++"]

def settings = [addressSanitizer: true]

boolean formatCheck = false

def compileCommand =
Expand Down

0 comments on commit 0f17adc

Please sign in to comment.