An open API service indexing awesome lists of open source software.

https://github.com/percona-lab/ps-build

Collection of MySQL build scripts
https://github.com/percona-lab/ps-build

Last synced: 11 months ago
JSON representation

Collection of MySQL build scripts

Awesome Lists containing this project

README

          

# Docker way
```
git clone https://github.com/Percona-Lab/ps-build
cd ps-build
./local/checkout

./docker/run-build centos:6
./docker/run-test centos:6
```

## Docker debug
```
git clone https://github.com/Percona-Lab/ps-build
cd ps-build
./local/checkout

./docker/run-build-debug centos:6
```

# Local way
```
git clone https://github.com/Percona-Lab/ps-build
cd ps-build
./local/checkout

sudo ./docker/install-deps
./local/build-binary
./local/test-binary
```