chore(ci): Fixing mlir-env image to a specific commit since python bidings has been modified

This commit is contained in:
Quentin Bourgerie
2021-07-29 10:37:59 +02:00
parent be62755401
commit 61382b3cdb

View File

@@ -24,6 +24,6 @@ jobs:
- name: Build and test compiler
uses: addnab/docker-run-action@v3
with:
image: qbozama/mlir:latest
image: qbozama/mlir:69c6ea9038e5f3ef91a3c5ab59fae3276f95628b
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