We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2f0858 commit 5f0dbfeCopy full SHA for 5f0dbfe
devops/actions/e2e-tests/action.yml
@@ -45,8 +45,6 @@ runs:
45
run: |
46
export LD_LIBRARY_PATH=$PWD/toolchain/lib/:$LD_LIBRARY_PATH
47
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
50
export LIT_OPTS="-v --no-progress-bar --show-unsupported --max-time 3600 --time-tests"
51
if [ -e /runtimes/oneapi-tbb/env/vars.sh ]; then
52
source /runtimes/oneapi-tbb/env/vars.sh;
0 commit comments