File tree Expand file tree Collapse file tree 1 file changed +1
-18
lines changed Expand file tree Collapse file tree 1 file changed +1
-18
lines changed Original file line number Diff line number Diff line change 18
18
type : string
19
19
required : false
20
20
default : " "
21
- build_artifact_suffix :
22
- type : string
23
- required : false
24
- default : " default"
25
21
26
22
jobs :
27
23
build :
57
53
--cmake-opt="-DLLVM_INSTALL_UTILS=ON" \
58
54
--cmake-opt="-DSYCL_PI_TESTS=OFF"
59
55
- 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
You can’t perform that action at this time.
0 commit comments