aboutsummaryrefslogtreecommitdiffhomepage
path: root/protoc-artifacts/README.md
Commit message (Collapse)AuthorAge
* protoc-artifacts: Use ENTRYPOINT to enable devtoolset-1.1Gravatar Eric Anderson2018-03-28
| | | | | | | ENTRYPOINT is used even when other commands are specified on the "docker run" command line. This allows running one-off commands in the docker image (especially combined with volume binding with the host) with the correct environment variables.
* protoc-artifacts: Avoid checking out protobuf codeGravatar Eric Anderson2018-03-28
| | | | | | | | | | It is a bad idea to check out code into the docker image, as it will be out-of-date. It is better to have the image just be the environment, and let any scripts that need source check them out themselves. This fixes #4419 in that it allows the image to build again, albeit users would need to use wget to grab the source of the version of protobuf they wish.
* Merge branch '3.5.x' into 3.5.x-mergeGravatar Adam Cozzette2017-11-30
|\
| * Update protoc-artfactsGravatar Jisi Liu2017-11-13
| |
* | Update README.mdGravatar Jisi Liu2017-11-13
|/
* Update readmeGravatar Jisi Liu2017-08-15
|
* Add a script to build protoc zip packages.Gravatar Feng Xiao2016-07-25
| | | | | | [ci skip] Change-Id: Ia0e0bf3bb6bd24633dc8f294318bb20ac837f8b9
* Remove the instructions for pbconfig.hGravatar Jisi Liu2016-05-12
|
* Fix the server id in exampleGravatar Kun Zhang2016-05-12
|
* Fine-tune build scripts and better documentation.Gravatar Kun Zhang2016-05-11
| | | | | | | | | | "make google/protobuf/stubs/pbconfig.h" was added in hope of addressing the issue that when you "make protoc" from a freshly checked out project, pbconfig.h will be reported missing. However, the trick doesn't seem to work. Instead, add instructions in the document to work the issue around. Also document why MSYS2 cannot be used for publishing protoc.
* Fix typos in README.md/CHANGES.txtGravatar Dongjoon Hyun2016-01-11
|
* Dockerfile for building protoc on Centos 6.6Gravatar Kun Zhang2015-05-12
|
* A few fix-ups.Gravatar Kun Zhang2015-04-16
| | | | | | | 1. make google/protobuf/stubs/pbconfig.h before making protoc, otherwise it won't build a freshly checked-out code. 2. Document the build environments that have been tested to work. 3. Add support for MINGW64
* List the platforms that we currently support. Document staging.repository.Gravatar Kun Zhang2015-04-07
|
* Process to deploy artifacts for multiple platforms into a singleGravatar Kun Zhang2015-04-06
| | | | | | | | | release. - Do not close the staging repository automatically - Added staging.repository property - Updated README with instructions for deployment - Fix building 32-bit Mac artifact
* Document more about cross-compilation; Post-build check for the actual arch ↵Gravatar Kun Zhang2015-04-02
| | | | of the artifact
* Fix typo in READMEGravatar Kun Zhang2015-04-02
|
* Make cross-compilation possibleGravatar Kun Zhang2015-04-01
|
* Update README.mdGravatar Kun Zhang2015-04-01
|
* Clarify system requirementsGravatar zhangkun832015-03-30
|
* Clarify the usage and the versioning of the artifactGravatar zhangkun832015-03-30
|
* Add README.md; Allow installing to local repo without OSSRH account and ↵Gravatar zhangkun832015-03-30
signature