From d489f91f7d03a3bbbfa7f79673de86029397f74f Mon Sep 17 00:00:00 2001 From: Quentin Bourgerie Date: Wed, 23 Jun 2021 10:06:28 +0200 Subject: [PATCH] chore(compiler/ci): Update mlir image --- .github/workflows/conformance.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conformance.yml b/.github/workflows/conformance.yml index 356494d58..a7aee5b0f 100644 --- a/.github/workflows/conformance.yml +++ b/.github/workflows/conformance.yml @@ -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 \ No newline at end of file