File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v5
1313 - name : Install
1414 run : sudo apt-get update && sudo apt-get install -y zlib1g-dev cmake ninja-build
1515
1616 - name : Build
1717 run : |
18- ./cheribuild.py cheri-std093-llvm --cheri-std093-llvm/include-projects="clang;clang-tools-extra;llvm;lld" -d
18+ ./cheribuild.py cheri-std093-llvm \
19+ --cheri-std093-llvm/include-projects="clang;clang-tools-extra;llvm;lld;compiler-rt" \
20+ -d
21+
1922
2023 - name : Create tar
2124 run : |
22- tar -czvf cheri-std093-sdk .tar.gz ./output/cheri-std093-sdk
25+ tar -czvf cheri-std093-llvm .tar.gz ./output/cheri-std093-llvm
2326
2427 - uses : actions/upload-artifact@v4
2528 with :
2629 name : ' cheri-llvm'
27- path : cheri-std093-sdk .tar.gz
30+ path : cheri-std093-llvm .tar.gz
2831
2932 - uses : softprops/action-gh-release@v2
3033 if : startsWith(github.ref, 'refs/tags/')
3134 with :
3235 prerelease : true
33- files : cheri-std093-sdk .tar.gz
36+ files : cheri-std093-llvm .tar.gz
3437
You can’t perform that action at this time.
0 commit comments