> On Jun 3, 2014, at 10:41 AM, Billie Rinaldi <[email protected]> wrote: > > I got feedback from INFRA about the protoc version on the Apache build > servers. They just want to use the default version that comes with the OS, > which is 2.4.1 in this case. They recommended that we either bootstrap the > compiler within the build and then reference it locally, or pre-generate > the protobuf classes and check them in. I'm not sure what the first option > would look like, maven-wise; does anyone else have an idea? Presumably the > second option would be more straightforward.
Second one is easier but somewhat prone to getting out of synch/breaking the build. Still, may be the quickest to implement for getting operational with a JIRA filed for a follow up? BTW, is using 2.4.1 an option for us or are we using newer features? >> On Jun 2, 2014 2:14 PM, "Billie Rinaldi" <[email protected]> wrote: >> >> I opened INFRA-7856 requesting a protoc upgrade. >> >> >> On Mon, Jun 2, 2014 at 10:26 AM, Billie Rinaldi <[email protected]> >> wrote: >> >>> I created https://builds.apache.org/job/Slider-develop/ to try just >>> compiling the project without running any tests. Unfortunately the build >>> slaves apparently only have protoc 2.4.1 or earlier. I've sent an email to >>> builds@ to see if it would be possible to upgrade protoc on at least one >>> of the build servers. >>> >>> Billie >> >> -- CONFIDENTIALITY NOTICE NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You.
