Skip to content

Commit 5f0dbfe

Browse files
[CI] Remove ROCm LD_LIBRARY_PATH setup (#9856)
Doesn't seem to be needed.
1 parent c2f0858 commit 5f0dbfe

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

devops/actions/e2e-tests/action.yml

-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ runs:
4545
run: |
4646
export LD_LIBRARY_PATH=$PWD/toolchain/lib/:$LD_LIBRARY_PATH
4747
export PATH=$PWD/toolchain/bin/:$PATH
48-
# TODO make this part of container build
49-
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/rocm/hip/lib/:/opt/rocm/lib
5048
export LIT_OPTS="-v --no-progress-bar --show-unsupported --max-time 3600 --time-tests"
5149
if [ -e /runtimes/oneapi-tbb/env/vars.sh ]; then
5250
source /runtimes/oneapi-tbb/env/vars.sh;

0 commit comments

Comments
 (0)