mirror of
https://github.com/facebook/rocksdb.git
synced 2024-11-25 22:44:05 +00:00
c89369f57c
Summary: That's where we keep build tools :) Test Plan: none Reviewers: sdong Reviewed By: sdong Subscribers: dhruba, leveldb Differential Revision: https://reviews.facebook.net/D39741
3 lines
68 B
Bash
Executable file
3 lines
68 B
Bash
Executable file
#!/bin/bash
|
|
docker run -v $PWD:/rocks -w /rocks buildpack-deps make
|