mirror of
https://github.com/skot/ESP-Miner.git
synced 2025-11-18 18:06:50 +01:00
Switch to latest stable verion of ESP IDF 5.5.1 (#1215)
This commit is contained in:
committed by
GitHub
parent
f0539f9a8b
commit
ac7e70fa1e
@@ -1,5 +1,5 @@
|
||||
# Stage 1: Base image with ESP-IDF and common dependencies
|
||||
FROM espressif/idf:v5.5 AS base
|
||||
FROM espressif/idf:v5.5.1 AS base
|
||||
|
||||
ARG DEBIAN_FRONTEND=nointeractive
|
||||
|
||||
|
||||
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
||||
- name: esp-idf build
|
||||
uses: espressif/esp-idf-ci-action@v1
|
||||
with:
|
||||
esp_idf_version: v5.5
|
||||
esp_idf_version: v5.5.1
|
||||
target: esp32s3
|
||||
command: GITHUB_ACTIONS="true" idf.py build
|
||||
path: '.'
|
||||
|
||||
2
.github/workflows/release-beta.yml
vendored
2
.github/workflows/release-beta.yml
vendored
@@ -29,7 +29,7 @@ jobs:
|
||||
- name: esp-idf build
|
||||
uses: espressif/esp-idf-ci-action@v1
|
||||
with:
|
||||
esp_idf_version: v5.5
|
||||
esp_idf_version: v5.5.1
|
||||
target: esp32s3
|
||||
command: GITHUB_ACTIONS="true" idf.py build
|
||||
path: '.'
|
||||
|
||||
4
.github/workflows/release-factory-beta.yml
vendored
4
.github/workflows/release-factory-beta.yml
vendored
@@ -34,14 +34,14 @@ jobs:
|
||||
- name: esp-idf build
|
||||
uses: espressif/esp-idf-ci-action@v1
|
||||
with:
|
||||
esp_idf_version: v5.5
|
||||
esp_idf_version: v5.5.1
|
||||
target: esp32s3
|
||||
command: GITHUB_ACTIONS="true" idf.py build
|
||||
path: '.'
|
||||
- name: "esp-idf build factory config for ${{ matrix.build_type }}"
|
||||
uses: espressif/esp-idf-ci-action@v1
|
||||
with:
|
||||
esp_idf_version: v5.5
|
||||
esp_idf_version: v5.5.1
|
||||
target: esp32s3
|
||||
command: /opt/esp/idf/components/nvs_flash/nvs_partition_generator/nvs_partition_gen.py generate config-${{ matrix.build_type }}.cvs config.bin 0x6000
|
||||
path: '.'
|
||||
|
||||
4
.github/workflows/release-factory.yml
vendored
4
.github/workflows/release-factory.yml
vendored
@@ -34,14 +34,14 @@ jobs:
|
||||
- name: esp-idf build
|
||||
uses: espressif/esp-idf-ci-action@v1
|
||||
with:
|
||||
esp_idf_version: v5.5
|
||||
esp_idf_version: v5.5.1
|
||||
target: esp32s3
|
||||
command: GITHUB_ACTIONS="true" idf.py build
|
||||
path: '.'
|
||||
- name: "esp-idf build factory config for ${{ matrix.build_type }}"
|
||||
uses: espressif/esp-idf-ci-action@v1
|
||||
with:
|
||||
esp_idf_version: v5.5
|
||||
esp_idf_version: v5.5.1
|
||||
target: esp32s3
|
||||
command: /opt/esp/idf/components/nvs_flash/nvs_partition_generator/nvs_partition_gen.py generate config-${{ matrix.build_type }}.cvs config.bin 0x6000
|
||||
path: '.'
|
||||
|
||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -29,7 +29,7 @@ jobs:
|
||||
- name: esp-idf build
|
||||
uses: espressif/esp-idf-ci-action@v1
|
||||
with:
|
||||
esp_idf_version: v5.5
|
||||
esp_idf_version: v5.5.1
|
||||
target: esp32s3
|
||||
command: GITHUB_ACTIONS="true" idf.py build
|
||||
path: '.'
|
||||
|
||||
2
.github/workflows/unittest.yml
vendored
2
.github/workflows/unittest.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
||||
- name: esp-idf build
|
||||
uses: espressif/esp-idf-ci-action@v1
|
||||
with:
|
||||
esp_idf_version: v5.5
|
||||
esp_idf_version: v5.5.1
|
||||
target: esp32s3
|
||||
command: GITHUB_ACTIONS="true" idf.py build
|
||||
path: 'test-ci'
|
||||
|
||||
Reference in New Issue
Block a user