Skip to content

Commit 2090d71

Browse files
committed
Merge branch 'fix/temp_disable_usb_stream_build_with_idf6' into 'master'
fix(ci): remove usb_stream build with latest idf6 See merge request ae_group/esp-iot-solution!1288
2 parents ab2ce06 + b79e010 commit 2090d71

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.gitlab/ci/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1642,9 +1642,8 @@ build_components_usb_usb_stream_test_apps:
16421642
- .rules:build:components_usb_usb_stream_test
16431643
parallel:
16441644
matrix:
1645-
- IMAGE: espressif/idf:release-v4.4
16461645
- IMAGE: espressif/idf:release-v5.0
1647-
- IMAGE: espressif/idf:latest
1646+
- IMAGE: espressif/idf:release-v5.4
16481647
variables:
16491648
EXAMPLE_DIR: components/usb/usb_stream/test_apps
16501649

0 commit comments

Comments
 (0)