Skip to content

Commit

Permalink
Correct Docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
vmilosevic authored Aug 20, 2024
1 parent 98808ec commit 1b829a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ RUN source env/activate && \
-DCMAKE_CXX_COMPILER=clang++ \
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache \
-DTTMLIR_ENABLE_RUNTIME=ON \
-DTTMLIR_ENABLE_RUNTIME_TESTS=ON && \
-DTTMLIR_ENABLE_STABLEHLO=ON \
-DTTMLIR_ENABLE_RUNTIME_TESTS=ON \
-DTTMLIR_ENABLE_STABLEHLO=ON && \
cmake --build build --config Release

# Run clang-tidy
Expand Down

0 comments on commit 1b829a6

Please sign in to comment.