chore(compiler/ci): Update mlir image

This commit is contained in:
Quentin Bourgerie
2021-06-23 10:06:28 +02:00
parent af23854480
commit d489f91f7d

View File

@@ -24,6 +24,6 @@ jobs:
- name: Build and test compiler
uses: addnab/docker-run-action@v3
with:
image: qbozama/mlir:54f059c
image: qbozama/mlir:b2f48cc
options: -v ${{ github.workspace }}:/workspace
run: cd /workspace/compiler && mkdir build && cmake -B build . -DLLVM_DIR=$LLVM_PROJECT/build/lib/cmake/llvm -DMLIR_DIR=$LLVM_PROJECT/build/lib/cmake/mlir && make -C build/ zamacompiler && make test