Skip to content

Commit

Permalink
Try to disable zlib
Browse files Browse the repository at this point in the history
  • Loading branch information
Hardcode84 committed Aug 2, 2022
1 parent 330d54d commit 586265a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
id: cache-llvm-mlir
uses: actions/cache@v3
env:
CACHE_NUMBER: 0 # Increase to reset cache
CACHE_NUMBER: 1 # Increase to reset cache
with:
path: |
/home/runner/work/llvm-mlir/_mlir_install/**
Expand Down Expand Up @@ -158,6 +158,7 @@ jobs:
-DLLVM_ENABLE_RTTI=ON \
-DLLVM_USE_LINKER=gold \
-DLLVM_INSTALL_UTILS=ON \
-DLLVM_ENABLE_ZLIB=OFF \
-DCMAKE_INSTALL_PREFIX=/home/runner/work/llvm-mlir/_mlir_install || exit 1
cmake --build . -j ${np} || exit 1
cmake --install . || exit 1
Expand Down

0 comments on commit 586265a

Please sign in to comment.