changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra / scripts/get-rocksdb.sh

changeset 71: 79fa665e6b94
parent: 197d061b1f2e
child: e69b070d4d47
author: ellis <ellis@rwest.io>
date: Wed, 03 Jan 2024 23:46:50 -0500
permissions: -rwxr-xr-x
description: emacs needs autoconf smh
1 #!/usr/bin/env bash
2 # get RocksDB source code
3 TARGETDIR=${2:-build/src/rocksdb}
4 git clone https://vc.compiler.company/packy/shed/vendor/rocksdb.git $TARGETDIR