https://github.com/nazar-pc/docker-build-hhvm
Docker image with pre-installed dependencies for building HHVM
https://github.com/nazar-pc/docker-build-hhvm
Last synced: 4 months ago
JSON representation
Docker image with pre-installed dependencies for building HHVM
- Host: GitHub
- URL: https://github.com/nazar-pc/docker-build-hhvm
- Owner: nazar-pc
- Created: 2016-04-21T05:14:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-24T13:23:53.000Z (over 9 years ago)
- Last Synced: 2025-06-22T03:38:10.435Z (4 months ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Docker image with pre-installed dependencies for building HHVM
## Usage
```
docker run --rm -it -v /path/to/hhvm/source:/hhvm nazarpc/build-hhvm
````build` cli command available inside if you'll enter container, it is a handy bash script that will build HHVM on all available CPU cores.
`build` is called in `/hhvm` directory if you run container without additional options.
## License
Public Domain