fixed jenkins LD_LIBRARY_PATH (#714)

This commit is contained in:
akolliasAMD
2023-03-21 11:05:43 -06:00
committed by GitHub
parent 00c3d8d850
commit caf7a3d47d
+1 -1
View File
@@ -8,7 +8,7 @@ def runCompileCommand(platform, project, jobName)
def command = """#!/usr/bin/env bash
set -x
cd ${project.paths.project_build_prefix}
LD_LIBRARY_PATH=/opt/rocm/hcc/lib ${project.paths.build_command}
${project.paths.build_command}
"""
platform.runCommand(this,command)