Skip to content

Commit 1088ec3

Browse files
committed
Travis: install protobuf separately since its build_ext yields different descriptor ids
.. in test_proto.py That is, `pip install --global-options=build_ext protobuf` yields different descriptor ids than `pip install protobuf`
1 parent 86fca81 commit 1088ec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ install:
5757
- pip install -r tests/requirements.txt
5858
- flake8
5959
- if [[ $MK_DOCS == y ]]; then pip install -r docs/requirements.txt; fi
60-
- if [[ -z $CIBW_BEFORE_BUILD ]]; then tools/bootstrap-librdkafka.sh --require-ssl ${LIBRDKAFKA_VERSION} tmp-build && pip install -vvv --global-option=build_ext --global-option="-Itmp-build/include/" --global-option="-Ltmp-build/lib" . && echo "INSTALLING SUBPACKAGES" && pip install -vvv .[avro] .[schema-registry] .[json] .[protobuf] ; fi
60+
- if [[ -z $CIBW_BEFORE_BUILD ]]; then pip install -U protobuf && tools/bootstrap-librdkafka.sh --require-ssl ${LIBRDKAFKA_VERSION} tmp-build && pip install --global-option=build_ext --global-option="-Itmp-build/include/" --global-option="-Ltmp-build/lib" . .[avro] .[schema-registry] .[json] .[protobuf] ; fi
6161

6262
# Build wheels
6363
# Make plugins available for tests

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy