File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 DOWNLOAD_CACHE_VERSION : ' 8'
44 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
55 PYTHONPATH : .
6+ RELEASE_VER : ' 6.3.3'
67
78on :
89 push :
@@ -21,14 +22,17 @@ jobs:
2122 steps :
2223 - name : Clone LLVM and AMD projects
2324 run : |
24- git clone --depth 1 -b rocm-6.3.3 --single-branch https://github.com/ROCm/llvm-project ${{ github.workspace }}/llvm-project
25+ git clone --depth 1 -b rocm-${{ env.RELEASE_VER }} --single-branch https://github.com/ROCm/llvm-project ${{ github.workspace }}/llvm-project
2526 cd ${{ github.workspace }}/llvm-project
26- git checkout e5bf7e55c91490b07c49d8960fa7983d864936c4
27+ git rev-parse HEAD
2728 rm -rf .git
2829 - name : Install build dependencies
2930 run : |
3031 brew update
31- brew install --formula cmake rust
32+ brew install --formula rust
33+ - uses : lukka/get-cmake@latest
34+ with :
35+ cmakeVersion : " ~3.31.0"
3236 - name : Build LLVM
3337 run : |
3438 cd ${{ github.workspace }}/llvm-project
5155 id : create_release
5256 uses : softprops/action-gh-release@v1
5357 with :
54- tag_name : v6.1.x
55- name : Release v6.1.x
58+ tag_name : v${{ env.RELEASE_VER }}
59+ name : Release v${{ env.RELEASE_VER }}
5660 draft : false
5761 prerelease : false
5862 generate_release_notes : true
You can’t perform that action at this time.
0 commit comments