Skip to content

Commit b6a30c9

Browse files
committed
fix(ci): fix ci build with local button
1 parent aaae173 commit b6a30c9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.gitlab/ci/rules.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1481,6 +1481,8 @@
14811481
- <<: *if-trigger-job
14821482
- <<: *if-dev-push
14831483
changes: *patterns-build_system
1484+
- <<: *if-dev-push
1485+
changes: *patterns-components_button
14841486
- <<: *if-dev-push
14851487
changes: *patterns-components_usb_esp_msc_ota
14861488
- <<: *if-dev-push

examples/common_components/boards/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ dependencies:
1010
bus:
1111
override_path: "../../../components/bus"
1212
espressif/button:
13-
version: "~2.5.0"
13+
version: "^3.0.0"
1414
espressif/led_strip:
1515
version: "~1.1.0-alpha" #please use version 2.0.0 if idf5.0

examples/sensors/sensor_hub_monitor/main/idf_component.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ dependencies:
22
boards:
33
version: "~0.0.1"
44
override_path: "../../../common_components/boards"
5-
button:
6-
public: true
7-
override_path: "../../../../components/button"
85
sensor_hub:
96
public: true
107
override_path: "../../../../components/sensors/sensor_hub"

examples/usb/otg/usb_host_device_mode_manual_switch/main/manual_switch.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#include "usb_host_msc.h"
1111
#include "usb_device_cdc.h"
1212
#include "iot_button.h"
13+
#include "button_gpio.h"
1314

1415
static const char *TAG = "manual_switch";
1516

0 commit comments

Comments
 (0)