Skip to content

Commit e45c8ed

Browse files
committed
Enable checkout of older RInChI commits
1 parent 23b6fc3 commit e45c8ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pages/utils.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ build_rinchi_wasm() {
116116
clone_inchi_source $(jq -r '."Latest".commit' "${_root_dir}/pages/inchi_versions.json") "${source_dir}/InChI"
117117

118118
# Get RInChI source
119-
git clone --no-checkout --depth 1 --branch "main" --single-branch https://github.com/IUPAC-InChI/RInChI.git "${source_dir}/RInChI"
119+
git clone --no-checkout --branch "main" --single-branch https://github.com/IUPAC-InChI/RInChI.git "${source_dir}/RInChI"
120120
cd "${source_dir}/RInChI" || exit
121121
# Use specific commit for reproducibility
122122
git checkout "46643428f8a547114466dc34ab847bfb890b836a"

0 commit comments

Comments
 (0)