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
- Host: GitHub
- URL: https://github.com/percona-lab/ps-build
- Owner: Percona-Lab
- License: gpl-2.0
- Created: 2018-05-14T16:32:40.000Z (almost 8 years ago)
- Default Branch: 5.7
- Last Pushed: 2025-03-24T13:01:56.000Z (about 1 year ago)
- Last Synced: 2025-05-05T22:15:51.271Z (11 months ago)
- Language: Shell
- Size: 607 KB
- Stars: 4
- Watchers: 34
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```