Skip to content

Commit db7ff53

Browse files
author
Alexander Batashev
authored
[CI] Disable pack and upload steps (#5119)
Temporarily disable two steps due to CI infra issues to unblock failing jobs while investigation is in progress.
1 parent 080419e commit db7ff53

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/sycl_linux_build_and_test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,10 @@ jobs:
154154
cmake --build $GITHUB_WORKSPACE/build --target install-clang-tidy
155155
156156
- name: Pack
157+
if: false
157158
run: tar -cJf llvm_sycl.tar.xz -C $GITHUB_WORKSPACE/build/install .
158159
- name: Upload artifacts
160+
if: false
159161
uses: actions/upload-artifact@v1
160162
with:
161163
name: sycl_linux_${{ fromJSON(needs.configure.outputs.params).build_artifact_suffix }}

0 commit comments

Comments
 (0)