Skip to content

Commit

Permalink
Do not use git in conda builds
Browse files Browse the repository at this point in the history
  • Loading branch information
tpeulen committed Jan 30, 2024
1 parent 2a49245 commit 0787e4f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion conda-recipe/bld.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
cd %SRC_DIR%
git submodule update --recursive --init --remote

echo "Build app wrapper"
:: build app wrapper
Expand Down
1 change: 0 additions & 1 deletion conda-recipe/build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
git submodule update --recursive --init --remote
mkdir b2 && cd b2

if [[ "${target_platform}" == osx-* ]]; then
Expand Down
2 changes: 1 addition & 1 deletion tools
Submodule tools updated from bad454 to 83ab85

0 comments on commit 0787e4f

Please sign in to comment.