mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'ci/fix_protobuf_version' into 'master'
ci: fix protobuf 4.0 incompatible issue See merge request espressif/esp-idf!18259
This commit is contained in:
commit
73be74fd71
@ -218,7 +218,7 @@ before_script:
|
||||
"pytest-embedded-qemu~=$PYTEST_EMBEDDED_VERSION"
|
||||
pytest-rerunfailures
|
||||
scapy
|
||||
google-api-python-client
|
||||
-r tools/esp_prov/requirements.txt
|
||||
- export EXTRA_CFLAGS=${PEDANTIC_CFLAGS}
|
||||
- export EXTRA_CXXFLAGS=${PEDANTIC_CXXFLAGS}
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
future
|
||||
protobuf
|
||||
protobuf<4.0.0 # IDFCI-1278
|
||||
cryptography
|
||||
|
Loading…
Reference in New Issue
Block a user