Skip to content

Commit

Permalink
build mlir 18
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippGrulich committed Mar 7, 2024
1 parent 8f76136 commit 8d5e7ae
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ jobs:
- name: Compress artifacts
id: compressdeps
run: |
7z a mlir-17.0.6-${{ matrix.osversion }}-X64.7z mlir -mx9 -aoa
7z a mlir-18.1.0-${{ matrix.osversion }}-X64.7z mlir -mx9 -aoa
- name: Release
uses: softprops/action-gh-release@v1
id: createrelease
with:
files: |
mlir-17.0.6-${{ matrix.osversion }}-X64.7z
mlir-18.1.0-${{ matrix.osversion }}-X64.7z
- name: Clean build artifacts
id: cleanbuildartifacts
if: always()
Expand Down Expand Up @@ -85,13 +85,13 @@ jobs:
- name: Compress artifacts
id: compressdeps
run: |
7z a mlir-17.0.6-${{ matrix.osversion }}-arm64.7z mlir -mx9 -aoa
7z a mlir-18.1.0-${{ matrix.osversion }}-arm64.7z mlir -mx9 -aoa
- name: Release
uses: softprops/action-gh-release@v1
id: createrelease
with:
files: |
mlir-17.0.6-${{ matrix.osversion }}-arm64.7z
mlir-18.1.0-${{ matrix.osversion }}-arm64.7z
- name: Clean build artifacts
id: cleanbuildartifacts
if: always()
Expand Down Expand Up @@ -128,13 +128,13 @@ jobs:
- name: Compress artifacts
id: compressdeps
run: |
7z a mlir-17.0.6-osx-arm64.7z mlir -mx9 -aoa
7z a mlir-18.1.0-osx-arm64.7z mlir -mx9 -aoa
- name: Release
uses: softprops/action-gh-release@v1
id: createrelease
with:
files: |
mlir-17.0.6-osx-arm64.7z
mlir-18.1.0-osx-arm64.7z
- name: Clean build artifacts
id: cleanbuildartifacts
if: always()
Expand Down Expand Up @@ -162,13 +162,13 @@ jobs:
- name: Compress artifacts
id: compressdeps
run: |
7z a mlir-17.0.6-osx-x64.7z mlir -mx9 -aoa
7z a mlir-18.1.0-osx-x64.7z mlir -mx9 -aoa
- name: Release
uses: softprops/action-gh-release@v1
id: createrelease
with:
files: |
mlir-17.0.6-osx-x64.7z
mlir-18.1.0-osx-x64.7z
- name: Clean build artifacts
id: cleanbuildartifacts
if: always()
Expand Down
2 changes: 1 addition & 1 deletion llvm-project

0 comments on commit 8d5e7ae

Please sign in to comment.