Skip to content

Commit 94defb8

Browse files
committed
ci: Fix qemu build against 5.1
Also adds build against v5.1 and master separetely
1 parent 14b11ad commit 94defb8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.gitlab-ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ build_idf_v5.0:
4040
extends: .build_template
4141
image: espressif/idf:release-v5.0
4242

43+
build_idf_v5.1:
44+
extends: .build_template
45+
image: espressif/idf:release-v5.1
46+
4347
build_idf_latest:
4448
extends: .build_template
4549
image: espressif/idf:latest
@@ -55,7 +59,7 @@ build_and_test_qemu:
5559
- export IDF_PATH=$CI_PROJECT_DIR/esp-idf
5660
- git clone "${IDF_REPO}"
5761
# switch to IDF and setup the tools
58-
- $MQTT_PATH/ci/set_idf.sh master
62+
- $MQTT_PATH/ci/set_idf.sh release/v5.1
5963
- $IDF_PATH/tools/idf_tools.py install-python-env
6064
- cd $IDF_PATH && tools/idf_tools.py --non-interactive install && eval "$(tools/idf_tools.py --non-interactive export)"
6165
# Remove `debug_backend` and Add `paho-mqtt` to the required packages

0 commit comments

Comments
 (0)