Skip to content

Commit 545da2a

Browse files
committed
tmp donwload l0 in e2e
1 parent f67d29a commit 545da2a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

devops/actions/run-tests/e2e/action.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,19 @@ runs:
5151
if [ -n "$CMAKE_EXTRA_ARGS" ]; then
5252
echo "opts=$CMAKE_EXTRA_ARGS" >> $GITHUB_OUTPUT
5353
fi
54+
- name: Download L0 loader
55+
shell: bash
56+
run: |
57+
git clone https://github.com/oneapi-src/level-zero.git
58+
cd level-zero
59+
git checkout c4892da92dab13a2d276a18975f9fff4268c2daf
60+
mkdir build
61+
cd build
62+
cmake .. -GNinja
63+
ninja
64+
cd ../..
65+
echo LD_LIBRARY_PATH=$PWD/level-zero/build/lib:$LD_LIBRARY_PATH >> $GITHUB_ENV
66+
5467
- name: Configure E2E tests
5568
if: inputs.testing_mode != 'run-only'
5669
shell: bash

0 commit comments

Comments
 (0)