File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ jobs:
145
145
git clone https://github.com/llvm/llvm-project || exit 1
146
146
export LLVM_SHA=`cat ../frameworks.ai.mlir.mlir-extensions/build_tools/llvm_version.txt`
147
147
cd llvm-project || exit 1
148
- git checkout 49af6502c6dcb4a7f7520178bd14df396f78240c || exit 1
148
+ git checkout $LLVM_SHA || exit 1
149
149
git apply $HOME_DIR/frameworks.ai.mlir.mlir-extensions/build_tools/patches/* || exit 1
150
150
mkdir _build || exit 1
151
151
cd _build || exit 1
@@ -185,7 +185,6 @@ jobs:
185
185
186
186
mkdir -p $HOME_DIR/tmpdir
187
187
cd $HOME_DIR/frameworks.ai.mlir.mlir-extensions
188
- git checkout 93d5efd5d97204c682a4e697a8456fd1f7a90161
189
188
190
189
echo "============Building the app===================="
191
190
cov-build --dir cov_dir python3 build_tools/build_imex.py --working-dir $HOME_DIR/tmpdir --llvm-install $HOME_DIR/llvm-mlir/_mlir_install --external-lit ${external_lit}
You can’t perform that action at this time.
0 commit comments