File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 18
18
19
19
jobs :
20
20
Benchmarks :
21
+ if : false
21
22
uses : ./.github/workflows/reusable_benchmarks.yml
22
23
permissions :
23
24
contents : write
47
48
compatibility : ' 1'
48
49
49
50
SYCL :
51
+ if : false
50
52
uses : ./.github/workflows/reusable_sycl.yml
Original file line number Diff line number Diff line change @@ -178,11 +178,13 @@ jobs:
178
178
echo "LD_LIBRARY_PATH=${{ github.workspace }}/sycl/lib:$LD_LIBRARY_PATH" >> $GITHUB_ENV
179
179
180
180
- name : Remove UMF libraries from sycl
181
- if : inputs.compatibility == 1
181
+ # if: inputs.compatibility == 1
182
+ if : false
182
183
run : rm -f ${{ env.SYCL_DIR }}/lib/libumf*
183
184
184
185
- name : Copy UMF libraries to sycl
185
- if : inputs.compatibility == 1
186
+ # if: inputs.compatibility == 1
187
+ if : false
186
188
run : |
187
189
cp ${{ env.BUILD_DIR }}/lib/libumf* ${{ env.SYCL_DIR }}/lib/
188
190
You can’t perform that action at this time.
0 commit comments