Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sub-mod/bazel-builds
bazel built on centos6
https://github.com/sub-mod/bazel-builds
bazel-build centos6 manylinux2010
Last synced: 12 days ago
JSON representation
bazel built on centos6
- Host: GitHub
- URL: https://github.com/sub-mod/bazel-builds
- Owner: sub-mod
- Created: 2019-07-01T03:21:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-27T21:05:36.000Z (over 4 years ago)
- Last Synced: 2024-11-05T23:46:17.452Z (2 months ago)
- Topics: bazel-build, centos6, manylinux2010
- Language: Dockerfile
- Homepage:
- Size: 1000 Bytes
- Stars: 13
- Watchers: 3
- Forks: 8
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bazel-builds on centos6
This repo is used to build [bazel](https://bazel.build/) on Centos6.
```
# docker build -t submod/bazel-build -f Dockerfile .
``````
# docker run -it -v $(pwd):/opt/app-root/src -u 0 submod/bazel-build:latest /bin/bash
using user scl_enable script
bash-4.1# ./compile_bazel.sh
```