aboutsummaryrefslogtreecommitdiff
path: root/protoc-artifacts/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Replace repo links.Feng Xiao2018-08-221-1/+1
|
* Added support for building the aarch64 and ppcle64 protoc binaries with KokoroAdam Cozzette2018-08-011-2/+3
| | | | | | | | This was fairly straightforward using the existing build-protoc.sh script. The only problem I ran into was that the x86 Docker builds create output directories owned by root, which caused some permission issues. Fortunately it was easy to get around that just by doing those Docker builds last.
* Merge branch '3.6.x' into merge-3-6-xAdam Cozzette2018-08-011-5/+6
|\
| * Update protoc build scripts.Feng Xiao2018-07-151-121/+101
| | | | | | | | | | | | | | | | | | | | 1. Changed maven script to only do artifact uploading and removed build script invocation from it. We didn't use maven to invoke the build script before (we built protoc manually and editted pom.xml to only do uploading for previous releases), and will not use it in the future (we will use kokoro to build artifacts). 2. Cleaned up build-protoc.sh and README.md: removed the part about using maven to build and listed supported platforms explicitly.
| * Additional support for building and deploying ppcle_64 artifactsnashimus2018-07-061-9/+16
| |
* | Updated release documentation (#4973)Adam Cozzette2018-07-301-2/+4
| | | | | | | | | | | | | | | | | | I made a few small fixes to the documentation related to publishing protoc artifacts: - The target directory for Mac should be called osx instead of macos. - There needs to be a directory for aarch_64. - We need to avoid calling "mvn clean" inside the protoc-artifacts directory, since that will delete the contents of the target/ subdirectory.
* | Update protoc build scripts.Feng Xiao2018-07-131-115/+101
|/ | | | | | | | | | 1. Changed maven script to only do artifact uploading and removed build script invocation from it. We didn't use maven to invoke the build script before (we built protoc manually and editted pom.xml to only do uploading for previous releases), and will not use it in the future (we will use kokoro to build artifacts). 2. Cleaned up build-protoc.sh and README.md: removed the part about using maven to build and listed supported platforms explicitly.
* protoc-artifacts: Use ENTRYPOINT to enable devtoolset-1.1Eric Anderson2018-03-281-1/+1
| | | | | | | 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 codeEric Anderson2018-03-281-1/+5
| | | | | | | | | | 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-mergeAdam Cozzette2017-11-301-5/+6
|\
| * Update protoc-artfactsJisi Liu2017-11-131-5/+6
| |
* | Update README.mdJisi Liu2017-11-131-4/+7
|/
* Update readmeJisi Liu2017-08-151-0/+6
|
* Add a script to build protoc zip packages.Feng Xiao2016-07-251-0/+19
| | | | | | [ci skip] Change-Id: Ia0e0bf3bb6bd24633dc8f294318bb20ac837f8b9
* Remove the instructions for pbconfig.hJisi Liu2016-05-121-4/+1
|
* Fix the server id in exampleKun Zhang2016-05-121-1/+1
|
* Fine-tune build scripts and better documentation.Kun Zhang2016-05-111-3/+21
| | | | | | | | | | "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.txtDongjoon Hyun2016-01-111-2/+2
|
* Dockerfile for building protoc on Centos 6.6Kun Zhang2015-05-121-1/+20
|
* A few fix-ups.Kun Zhang2015-04-161-3/+7
| | | | | | | 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.Kun Zhang2015-04-071-1/+6
|
* Process to deploy artifacts for multiple platforms into a singleKun Zhang2015-04-061-1/+56
| | | | | | | | | 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 ↵Kun Zhang2015-04-021-4/+13
| | | | of the artifact
* Fix typo in READMEKun Zhang2015-04-021-2/+2
|
* Make cross-compilation possibleKun Zhang2015-04-011-0/+11
|
* Update README.mdKun Zhang2015-04-011-16/+8
|
* Clarify system requirementszhangkun832015-03-301-0/+5
|
* Clarify the usage and the versioning of the artifactzhangkun832015-03-301-1/+6
|
* Add README.md; Allow installing to local repo without OSSRH account and ↵zhangkun832015-03-301-0/+38
signature