We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c29c2ad commit 3497f0eCopy full SHA for 3497f0e
conda-recipe/build.sh
@@ -53,7 +53,7 @@ if [ ! -d "${INSTALLED_DIR}/imex/lib" ]; then
53
rm -rf ${INSTALLED_DIR}/imex
54
IMEX_SHA=$(cat imex_version.txt)
55
if [ ! -d "mlir-extensions" ]; then
56
- git clone --recurse-submodules --branch main --single-branch https://github.com/fschlimb/mlir-extensions
+ git clone --recurse-submodules https://github.com/fschlimb/mlir-extensions
57
fi
58
pushd mlir-extensions
59
git reset --hard HEAD
0 commit comments