Skip to content

Commit f742ad3

Browse files
committed
document the reason
1 parent a7c2214 commit f742ad3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ install:
2626
# Python dependencies needed at test time
2727
- python -V
2828
- pip install -r test\requirements.txt
29-
# protobuf tooling needed at test time
29+
# protobuf tooling needed at test time. We use a very old version of the compiler
30+
# because of this: https://github.com/protocolbuffers/protobuf/issues/3957
3031
- go get github.com/golang/protobuf/protoc-gen-go
3132
- curl -o protoc.zip -LO https://github.com/protocolbuffers/protobuf/releases/download/v3.4.0/protoc-3.4.0-win32.zip
3233
- 7z e protoc.zip -o%PROTOC_PATH%

0 commit comments

Comments
 (0)