Skip to content

Commit def2457

Browse files
committed
set commit message to xdsl version
1 parent 10e0879 commit def2457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN apt-get -y install git
88
# Build MLIR from source
99
RUN git clone https://github.com/llvm/llvm-project.git && \
1010
cd /llvm-project/ && \
11-
git checkout b8bf14eecfc71cfc2d6931c2d95bc5af21d5e4a3
11+
git checkout 98e674c9f16d677d95c67bc130e267fae331e43c
1212

1313

1414
RUN apt-get install -y ninja-build cmake clang clang-tools lld

0 commit comments

Comments
 (0)