Skip to content

Commit

Permalink
[ACTION] Update container image tag for IDF 5.5.0 2024-12-02
Browse files Browse the repository at this point in the history
  • Loading branch information
darthcloud committed Dec 7, 2024
1 parent cb14020 commit 51cf1dc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
br_config: qemu_bt_trace_replay_test
runs-on: ubuntu-latest
container:
image: ghcr.io/darthcloud/idf-blueretro:v5.3.0_2024-02-18
image: ghcr.io/darthcloud/idf-blueretro:v5.5.0_2024-12-02
outputs:
br_version: ${{ env.br_version }}

Expand All @@ -37,6 +37,7 @@ jobs:
submodules: recursive
fetch-depth: 0
- name: Build with ESP-IDF
shell: bash
run: |
. $IDF_PATH/export.sh
echo "br_version=$(git describe --always --tags --dirty)" >> $GITHUB_ENV
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/newidf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
submodules: recursive
fetch-depth: 0
- name: Build with ESP-IDF
shell: bash
run: |
. $IDF_PATH/export.sh
echo "br_version=$(git describe --always --tags --dirty)" >> $GITHUB_ENV
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: ghcr.io/darthcloud/idf-blueretro:v5.3.0_2024-02-18
image: ghcr.io/darthcloud/idf-blueretro:v5.5.0_2024-12-02

steps:
- name: Checkout repo
Expand All @@ -19,6 +19,7 @@ jobs:
submodules: recursive
fetch-depth: 0
- name: Build with ESP-IDF
shell: bash
run: |
. $IDF_PATH/export.sh
echo "br_version=$(git describe --always --tags --dirty)" >> $GITHUB_ENV
Expand All @@ -27,6 +28,7 @@ jobs:
cp configs/dbg/qemu sdkconfig
idf.py build
- name: Run pytest
shell: bash
run: |
. $IDF_PATH/export.sh
(cd build; esptool.py --chip esp32 merge_bin --fill-flash-size 4MB -o flash_image.bin @flash_args)
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/quick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: ghcr.io/darthcloud/idf-blueretro:v5.3.0_2024-02-18
image: ghcr.io/darthcloud/idf-blueretro:v5.5.0_2024-12-02

steps:
- name: Checkout repo
Expand All @@ -24,6 +24,7 @@ jobs:
submodules: recursive
fetch-depth: 0
- name: Build with ESP-IDF
shell: bash
run: |
. $IDF_PATH/export.sh
echo "br_version=$(git describe --always --tags --dirty)" >> $GITHUB_ENV
Expand Down

0 comments on commit 51cf1dc

Please sign in to comment.