Skip to content

Commit 9774b1c

Browse files
authored
Update sdl.yml
1 parent 255c28e commit 9774b1c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/sdl.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
git clone https://github.com/llvm/llvm-project || exit 1
146146
export LLVM_SHA=`cat ../frameworks.ai.mlir.mlir-extensions/build_tools/llvm_version.txt`
147147
cd llvm-project || exit 1
148-
git checkout 49af6502c6dcb4a7f7520178bd14df396f78240c || exit 1
148+
git checkout $LLVM_SHA || exit 1
149149
git apply $HOME_DIR/frameworks.ai.mlir.mlir-extensions/build_tools/patches/* || exit 1
150150
mkdir _build || exit 1
151151
cd _build || exit 1
@@ -185,7 +185,6 @@ jobs:
185185
186186
mkdir -p $HOME_DIR/tmpdir
187187
cd $HOME_DIR/frameworks.ai.mlir.mlir-extensions
188-
git checkout 93d5efd5d97204c682a4e697a8456fd1f7a90161
189188
190189
echo "============Building the app===================="
191190
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}

0 commit comments

Comments
 (0)