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.
git submodule update
1 parent 50bc2b8 commit 5b98812Copy full SHA for 5b98812
build.py
@@ -52,7 +52,7 @@ def copy_artifacts():
52
execute("cp ./_spidermonkey_install/lib/libmozjs* ./python/pythonmonkey/", cwd=TOP_DIR)
53
54
def build():
55
- execute("git submodule update --init --recursive", cwd=TOP_DIR)
+ execute("git submodule update --init --recursive || echo 'Skipping. We are installing from an sdist tarball.'", cwd=TOP_DIR)
56
ensure_spidermonkey()
57
run_cmake_build()
58
copy_artifacts()
0 commit comments