File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ build_idf_latest:
46
46
47
47
build_and_test_qemu :
48
48
stage : build
49
- image : ${CI_DOCKER_REGISTRY}/qemu-v5.0:2-20210826
49
+ image : ${CI_DOCKER_REGISTRY}/qemu-v5.1:1-20220802
50
50
tags :
51
51
- build
52
52
- shiny
@@ -55,11 +55,11 @@ build_and_test_qemu:
55
55
- export IDF_PATH=$CI_PROJECT_DIR/esp-idf
56
56
- git clone "${IDF_REPO}"
57
57
# switch to IDF and setup the tools
58
- - $MQTT_PATH/ci/set_idf.sh release/v5.0
58
+ - $MQTT_PATH/ci/set_idf.sh master
59
59
- $IDF_PATH/tools/idf_tools.py install-python-env
60
60
- cd $IDF_PATH && tools/idf_tools.py --non-interactive install && eval "$(tools/idf_tools.py --non-interactive export)"
61
61
# Remove `debug_backend` and Add `paho-mqtt` to the required packages
62
- - sed '/debug_backend/d' $IDF_PATH/tools/requirements/requirements.ttfw.txt > requirements.txt
62
+ - sed '/debug_backend/d;/pygobject/d ' $IDF_PATH/tools/requirements/requirements.ttfw.txt > requirements.txt
63
63
- python -m pip install -r requirements.txt
64
64
- python -m pip install paho-mqtt
65
65
- $MQTT_PATH/ci/set_mqtt.sh $CI_COMMIT_SHA
You can’t perform that action at this time.
0 commit comments