changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra / scripts/install-rocksdb-pack.sh

changeset 120: 9f6e629f7e2f
parent: 176c49ce94d6
child: b0764da27ea1
author: Richard Westhaver <ellis@rwest.io>
date: Tue, 16 Jan 2024 22:02:03 -0500
permissions: -rwxr-xr-x
description: box updates
1 #!/bin/sh
2 set -e
3 cd build/src
4 curl -O https://packy.compiler.company/dist/x86_64-unknown-linux-gnu/rocksdb-binary.tar.zst
5 unzstd rocksdb-binary.tar.zst
6 tar -xvf rocksdb-binary.tar
7 cd rocksdb
8 cp librocksdb.* /usr/local/lib/
9 cp -rf include/* /usr/local/include/