mirror of
https://github.com/esphome/esphome.git
synced 2025-10-06 20:03:46 +01:00
fix libs
This commit is contained in:
@@ -1 +1 @@
|
|||||||
3a15fb76625aa7e92916fd328b96208b1c7328208b30e4506d57a6af2c6b6a4d
|
499db61c1aa55b98b6629df603a56a1ba7aff5a9a7c781a5c1552a9dcd186c08
|
||||||
|
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@@ -318,16 +318,12 @@ jobs:
|
|||||||
echo "::add-matcher::.github/workflows/matchers/gcc.json"
|
echo "::add-matcher::.github/workflows/matchers/gcc.json"
|
||||||
echo "::add-matcher::.github/workflows/matchers/clang-tidy.json"
|
echo "::add-matcher::.github/workflows/matchers/clang-tidy.json"
|
||||||
|
|
||||||
- name: Run 'pio run --list-targets' for ESP32 builds
|
- name: Run 'pio run --list-targets -e esp32-idf-tidy'
|
||||||
if: contains(matrix.name, 'ESP32')
|
if: matrix.name == 'Run script/clang-tidy for ESP32 IDF'
|
||||||
run: |
|
run: |
|
||||||
. venv/bin/activate
|
. venv/bin/activate
|
||||||
mkdir -p .temp
|
mkdir -p .temp
|
||||||
if [[ "${{ matrix.name }}" == *"IDF"* ]]; then
|
pio run --list-targets -e esp32-idf-tidy
|
||||||
pio run --list-targets -e esp32-idf-tidy
|
|
||||||
else
|
|
||||||
pio run --list-targets -e esp32-arduino-tidy
|
|
||||||
fi
|
|
||||||
|
|
||||||
- name: Check if full clang-tidy scan needed
|
- name: Check if full clang-tidy scan needed
|
||||||
id: check_full_scan
|
id: check_full_scan
|
||||||
|
@@ -129,7 +129,7 @@ platform = https://github.com/pioarduino/platform-espressif32/releases/download/
|
|||||||
platform_packages =
|
platform_packages =
|
||||||
pioarduino/framework-arduinoespressif32@https://github.com/espressif/arduino-esp32/releases/download/3.2.1/esp32-3.2.1.zip
|
pioarduino/framework-arduinoespressif32@https://github.com/espressif/arduino-esp32/releases/download/3.2.1/esp32-3.2.1.zip
|
||||||
|
|
||||||
framework = arduino
|
framework = arduino, espidf ; Arduino as an ESP-IDF component
|
||||||
lib_deps =
|
lib_deps =
|
||||||
; order matters with lib-deps; some of the libs in common:arduino.lib_deps
|
; order matters with lib-deps; some of the libs in common:arduino.lib_deps
|
||||||
; don't declare built-in libraries as dependencies, so they have to be declared first
|
; don't declare built-in libraries as dependencies, so they have to be declared first
|
||||||
|
Reference in New Issue
Block a user