Skip to content

Commit 68e8c4f

Browse files
committed
ci: Fix qemu build
1 parent 5688a84 commit 68e8c4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ build_idf_latest:
4646

4747
build_and_test_qemu:
4848
stage: build
49-
image: ${CI_DOCKER_REGISTRY}/qemu-v5.0:2-20210826
49+
image: ${CI_DOCKER_REGISTRY}/qemu-v5.1:1-20220802
5050
tags:
5151
- build
5252
- shiny
@@ -55,11 +55,11 @@ build_and_test_qemu:
5555
- export IDF_PATH=$CI_PROJECT_DIR/esp-idf
5656
- git clone "${IDF_REPO}"
5757
# 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
5959
- $IDF_PATH/tools/idf_tools.py install-python-env
6060
- cd $IDF_PATH && tools/idf_tools.py --non-interactive install && eval "$(tools/idf_tools.py --non-interactive export)"
6161
# 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
6363
- python -m pip install -r requirements.txt
6464
- python -m pip install paho-mqtt
6565
- $MQTT_PATH/ci/set_mqtt.sh $CI_COMMIT_SHA

0 commit comments

Comments
 (0)