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 23b6fc3 commit e45c8edCopy full SHA for e45c8ed
1 file changed
pages/utils.sh
@@ -116,7 +116,7 @@ build_rinchi_wasm() {
116
clone_inchi_source $(jq -r '."Latest".commit' "${_root_dir}/pages/inchi_versions.json") "${source_dir}/InChI"
117
118
# Get RInChI source
119
- git clone --no-checkout --depth 1 --branch "main" --single-branch https://github.com/IUPAC-InChI/RInChI.git "${source_dir}/RInChI"
+ git clone --no-checkout --branch "main" --single-branch https://github.com/IUPAC-InChI/RInChI.git "${source_dir}/RInChI"
120
cd "${source_dir}/RInChI" || exit
121
# Use specific commit for reproducibility
122
git checkout "46643428f8a547114466dc34ab847bfb890b836a"
0 commit comments