Skip to content

Commit

Permalink
fix exports
Browse files Browse the repository at this point in the history
  • Loading branch information
amd-garydeng committed Oct 7, 2024
1 parent a6b284d commit 24fc221
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .jenkins/common.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,12 @@ def runTestCommand (platform, project, settings)
make -j4
${LD_PATH}
ldd ctest
export LD_LIBRARY_PATH=:/opt/rocm/libexec/rocm_smi:/opt/rocm/llvm/lib/clang/18/lib/linux:/opt/rocm/lib:/opt/rocm/libexec/rocm_smi
export LD_LIBRARY_PATH=\$LD_LIBRARY_PATH:/opt/rocm/llvm/lib/clang/18/lib/linux
export LD_LIBRARY_PATH=\$LD_LIBRARY_PATH:/opt/rocm/lib/asan
export LD_LIBRARY_PATH=\$LD_LIBRARY_PATH:/opt/rocm/libexec/rocm_smi
export ASAN_SYMBOLIZER_PATH=/opt/rocm/llvm/bin/llvm-symbolizer
export PATH=/opt/rocm/:/opt/rocm/llvm/bin/
export PATH=/opt/rocm/llvm/bin/:\$PATH
export PATH=/opt/rocm/:\$PATH
export HSA_XNACK=1
${sudo} ${testCommand}
"""
Expand Down

0 comments on commit 24fc221

Please sign in to comment.