Skip to content

Commit 304d29e

Browse files
check CI - NO replace UMF
1 parent 2146201 commit 304d29e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ env:
1818

1919
jobs:
2020
Benchmarks:
21+
if: false
2122
uses: ./.github/workflows/reusable_benchmarks.yml
2223
permissions:
2324
contents: write
@@ -47,4 +48,5 @@ jobs:
4748
compatibility: '1'
4849

4950
SYCL:
51+
if: false
5052
uses: ./.github/workflows/reusable_sycl.yml

.github/workflows/reusable_benchmarks.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,11 +178,13 @@ jobs:
178178
echo "LD_LIBRARY_PATH=${{ github.workspace }}/sycl/lib:$LD_LIBRARY_PATH" >> $GITHUB_ENV
179179
180180
- name: Remove UMF libraries from sycl
181-
if: inputs.compatibility == 1
181+
# if: inputs.compatibility == 1
182+
if: false
182183
run: rm -f ${{ env.SYCL_DIR }}/lib/libumf*
183184

184185
- name: Copy UMF libraries to sycl
185-
if: inputs.compatibility == 1
186+
# if: inputs.compatibility == 1
187+
if: false
186188
run: |
187189
cp ${{ env.BUILD_DIR }}/lib/libumf* ${{ env.SYCL_DIR }}/lib/
188190

0 commit comments

Comments
 (0)