We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6bf092 commit e594f38Copy full SHA for e594f38
conda-recipe/build.sh
@@ -42,7 +42,7 @@ if [ ! -d "${INSTALLED_DIR}/imex/lib" ]; then
42
rm -rf ${INSTALLED_DIR}/imex
43
IMEX_SHA=$(cat imex_version.txt)
44
if [ ! -d "mlir-extensions" ]; then
45
- git clone --recurse-submodules --branch main --single-branch https://github.com/fschlimb/mlir-extensions
+ git clone --recurse-submodules https://github.com/fschlimb/mlir-extensions
46
fi
47
pushd mlir-extensions
48
git reset --hard HEAD
0 commit comments