Skip to content

Commit 1192a4c

Browse files
author
Pavel Chupin
authored
[CI] Updating basic ubuntu2004_build_test workflow (#5985)
* Fix testing issues
1 parent 463f689 commit 1192a4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/sycl_nightly.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ jobs:
1616
with:
1717
build_cache_root: "/__w/"
1818
build_artifact_suffix: default
19-
lts_config: "ocl_gen9;ocl_x64;hip_amdgpu"
19+
build_configure_extra_args: ''
20+
lts_config: "ocl_gen9;ocl_x64"
2021

2122
windows_default:
2223
name: Windows

devops/actions/llvm_test_suite/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ runs:
9393
echo "::endgroup::"
9494
echo "::group::SYCL_PI_TRACE=-1 sycl-ls"
9595
echo $LD_LIBRARY_PATH
96-
ldd $PWD/toolchain/lib/libpi_hip.so
9796
SYCL_PI_TRACE=-1 sycl-ls
9897
echo "::endgroup::"
9998
cd build

0 commit comments

Comments
 (0)