Skip to content

Commit

Permalink
ci-mlir: Drop cd xdsl
Browse files Browse the repository at this point in the history
  • Loading branch information
georgebisbas committed Nov 14, 2023
1 parent 09c3a1c commit 856541b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci-mlir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,16 +86,15 @@ jobs:
-DCMAKE_BUILD_TYPE=Release \
-DLLVM_ENABLE_ASSERTIONS=OFF \
-DLLVM_BINUTILS_INCDIR=/usr/include
- name: MLIR Build
- name: MLIR Build and add to PATH
if: steps.cache-binary.outputs.cache-hit != 'true'
run: |
cd llvm-project/build
cmake --build . --target mlir-opt mlir-cpu-runner
- name: ADD TO PATH
run: |
cd xdsl
# Add mlir-opt to the path
export PATH=$PATH:${GITHUB_WORKSPACE}/llvm-project/build/bin/
- name: Test with pytest and generate code coverage
run: |
pytest -W error -m "not parallel" -k "not adjoint" tests/

0 comments on commit 856541b

Please sign in to comment.