Skip to content

Commit 7d45644

Browse files
committed
[DEBUG] Test default sycl-ls
1 parent 863d9fa commit 7d45644

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/reusable_sycl.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
echo "LD_LIBRARY_PATH=${{env.SYCL_INSTALL_DIR}}/lib:$LD_LIBRARY_PATH" >> $GITHUB_ENV
4545
4646
- name: Remove UMF installed with llvm
47+
if: false
4748
run: rm -f ${{env.SYCL_INSTALL_DIR}}/lib/libumf*
4849

4950
- name: Print installed sycl files
@@ -52,12 +53,14 @@ jobs:
5253
5354
# Install UMF
5455
- name: Checkout UMF
56+
if: false
5557
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5658
with:
5759
path: umf_repo
5860
fetch-depth: 0
5961

6062
- name: Configure UMF
63+
if: false
6164
working-directory: umf_repo
6265
run: >
6366
cmake
@@ -71,6 +74,7 @@ jobs:
7174
-DUMF_BUILD_EXAMPLES=OFF
7275
7376
- name: Build and install UMF
77+
if: false
7478
working-directory: umf_repo
7579
run: cmake --build build --target install -j$(nproc)
7680

0 commit comments

Comments
 (0)