Skip to content

Commit 481478a

Browse files
authored
[CI] Don't upload MacOS artifacts (#8924)
1 parent 98c4435 commit 481478a

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

.github/workflows/sycl_macos_build_and_test.yml

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ on:
1818
type: string
1919
required: false
2020
default: ""
21-
build_artifact_suffix:
22-
type: string
23-
required: false
24-
default: "default"
2521

2622
jobs:
2723
build:
@@ -57,17 +53,4 @@ jobs:
5753
--cmake-opt="-DLLVM_INSTALL_UTILS=ON" \
5854
--cmake-opt="-DSYCL_PI_TESTS=OFF"
5955
- name: Compile
60-
id: build
61-
run: cmake --build $GITHUB_WORKSPACE/build --target sycl-toolchain
62-
- name: Install
63-
run: |
64-
cmake --build $GITHUB_WORKSPACE/build --target deploy-sycl-toolchain
65-
66-
- name: Pack toolchain
67-
run: tar -cJf llvm_sycl.tar.xz -C $GITHUB_WORKSPACE/build/install .
68-
- name: Upload toolchain
69-
uses: actions/upload-artifact@v3
70-
with:
71-
name: sycl_macos_${{ inputs.build_artifact_suffix }}
72-
path: llvm_sycl.tar.xz
73-
56+
run: cmake --build $GITHUB_WORKSPACE/build --target deploy-sycl-toolchain

0 commit comments

Comments
 (0)