Skip to content

Commit

Permalink
Merge pull request #1000 from lukaszstolarczuk/nigthly-workflow-fix
Browse files Browse the repository at this point in the history
[CI] Split E2E steps into two
  • Loading branch information
wlemkows committed Oct 27, 2023
2 parents a2d23dc + 5a5b5b9 commit 0d320f8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/e2e_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,14 @@ jobs:
cp ${{github.workspace}}/ur-repo/build/lib/libur_loader.so* ${{github.workspace}}/sycl_build/lib/
cp ${{github.workspace}}/ur-repo/build/lib/libur_adapter_cuda.so* ${{github.workspace}}/sycl_build/lib/
- name: Setup SYCL
- name: Set additional env. vars
run: |
echo "${{github.workspace}}/sycl_build/bin" >> $GITHUB_PATH
echo "LD_LIBRARY_PATH=${{github.workspace}}/sycl_build/lib:$LD_LIBRARY_PATH" >> $GITHUB_ENV
# Running (newly built) sycl-ls sets up some extra variables
- name: Setup SYCL variables
run: |
which clang++ sycl-ls
SYCL_PI_TRACE=-1 sycl-ls
Expand Down

0 comments on commit 0d320f8

Please sign in to comment.