https://github.com/sub-mod/bazel-builds
bazel built on centos6
https://github.com/sub-mod/bazel-builds
bazel-build centos6 manylinux2010
Last synced: 13 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-27T21:05:36.000Z (over 4 years ago)
- Last Synced: 2025-04-10T22:47:20.154Z (13 days ago)
- Topics: bazel-build, centos6, manylinux2010
- Language: Dockerfile
- Homepage:
- Size: 1000 Bytes
- Stars: 13
- Watchers: 2
- 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
```