Skip to content

Commit

Permalink
ci: Fix qemu build
Browse files Browse the repository at this point in the history
  • Loading branch information
david-cermak committed Sep 30, 2022
1 parent 5688a84 commit 68e8c4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Expand Up @@ -46,7 +46,7 @@ build_idf_latest:

build_and_test_qemu:
stage: build
image: ${CI_DOCKER_REGISTRY}/qemu-v5.0:2-20210826
image: ${CI_DOCKER_REGISTRY}/qemu-v5.1:1-20220802
tags:
- build
- shiny
Expand All @@ -55,11 +55,11 @@ build_and_test_qemu:
- export IDF_PATH=$CI_PROJECT_DIR/esp-idf
- git clone "${IDF_REPO}"
# switch to IDF and setup the tools
- $MQTT_PATH/ci/set_idf.sh release/v5.0
- $MQTT_PATH/ci/set_idf.sh master
- $IDF_PATH/tools/idf_tools.py install-python-env
- cd $IDF_PATH && tools/idf_tools.py --non-interactive install && eval "$(tools/idf_tools.py --non-interactive export)"
# Remove `debug_backend` and Add `paho-mqtt` to the required packages
- sed '/debug_backend/d' $IDF_PATH/tools/requirements/requirements.ttfw.txt > requirements.txt
- sed '/debug_backend/d;/pygobject/d' $IDF_PATH/tools/requirements/requirements.ttfw.txt > requirements.txt
- python -m pip install -r requirements.txt
- python -m pip install paho-mqtt
- $MQTT_PATH/ci/set_mqtt.sh $CI_COMMIT_SHA
Expand Down

0 comments on commit 68e8c4f

Please sign in to comment.