Skip to content

Commit

Permalink
add 18.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippGrulich committed May 16, 2024
1 parent 8b0fc0d commit 6bc7045
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 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-18.1.4-${{ matrix.osversion }}-X64.7z mlir -mx9 -aoa
7z a mlir-18.1.5-${{ matrix.osversion }}-X64.7z mlir -mx9 -aoa
- name: Release
uses: softprops/action-gh-release@v1
id: createrelease
with:
files: |
mlir-18.1.4-${{ matrix.osversion }}-X64.7z
mlir-18.1.5-${{ 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-18.1.4-${{ matrix.osversion }}-arm64.7z mlir -mx9 -aoa
7z a mlir-18.1.5-${{ matrix.osversion }}-arm64.7z mlir -mx9 -aoa
- name: Release
uses: softprops/action-gh-release@v1
id: createrelease
with:
files: |
mlir-18.1.4-${{ matrix.osversion }}-arm64.7z
mlir-18.1.5-${{ 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-18.1.4-osx-arm64.7z mlir -mx9 -aoa
7z a mlir-18.1.5-osx-arm64.7z mlir -mx9 -aoa
- name: Release
uses: softprops/action-gh-release@v1
id: createrelease
with:
files: |
mlir-18.1.4-osx-arm64.7z
mlir-18.1.5-osx-arm64.7z
- name: Clean build artifacts
id: cleanbuildartifacts
if: always()
Expand Down Expand Up @@ -162,15 +162,15 @@ jobs:
- name: Compress artifacts
id: compressdeps
run: |
7z a mlir-18.1.4-osx-x64.7z mlir -mx9 -aoa
7z a mlir-18.1.5-osx-x64.7z mlir -mx9 -aoa
- name: Release
uses: softprops/action-gh-release@v1
id: createrelease
with:
files: |
mlir-18.1.4-osx-x64.7z
mlir-18.1.5-osx-x64.7z
- name: Clean build artifacts
id: cleanbuildartifacts
if: always()
run: |
rm -rf mlir
sudo rm -rf mlir
2 changes: 1 addition & 1 deletion docker/Dockerfile-ubuntu-24.04
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:23.04
FROM ubuntu:24.04
RUN apt-get update -qq && DEBIAN_FRONTEND="noninteractive" apt-get install -qq \
apt-transport-https \
git \
Expand Down

0 comments on commit 6bc7045

Please sign in to comment.