Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippGrulich committed Apr 24, 2024
1 parent 6f25e35 commit 84bfc70
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
runs-on: [self-hosted, linux, ARM64, dep-builder]
strategy:
matrix:
osversion: [ubuntu-18.04]
osversion: [ubuntu-22.04]
steps:
- uses: AutoModality/action-clean@v1
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion build_ubuntu-arm64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
cd /build_dir/llvm-project
rm -rf ./build
mkdir build
cmake -G Ninja -S llvm -B build -DCMAKE_BUILD_TYPE=DEBUG \
cmake -G Ninja -S llvm -B build -DCMAKE_BUILD_TYPE=Release \
-DLLVM_ENABLE_PROJECTS="mlir;llvm" \
-DBOOTSTRAP_LLVM_ENABLE_LTO=OFF \
-DLLVM_INCLUDE_EXAMPLES=OFF \
Expand Down
2 changes: 1 addition & 1 deletion build_ubuntu-x64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
cd /build_dir/llvm-project
rm -rf ./build
mkdir build
cmake -G Ninja -S llvm -B build -DCMAKE_BUILD_TYPE=DEBUG \
cmake -G Ninja -S llvm -B build -DCMAKE_BUILD_TYPE=Release \
-DLLVM_ENABLE_PROJECTS="mlir;llvm" \
-DBOOTSTRAP_LLVM_ENABLE_LTO=OFF \
-DLLVM_INCLUDE_EXAMPLES=OFF \
Expand Down

0 comments on commit 84bfc70

Please sign in to comment.