more optimisation
Some checks failed
ESP-IDF Build / build (esp32c6, latest) (push) Failing after 12s
ESP-IDF Build / build (esp32c6, release-v5.4) (push) Failing after 12s
ESP-IDF Build / build (esp32c6, release-v5.5) (push) Failing after 12s
ESP-IDF Build / build (esp32s3, latest) (push) Failing after 12s
ESP-IDF Build / build (esp32s3, release-v5.4) (push) Failing after 12s
ESP-IDF Build / build (esp32s3, release-v5.5) (push) Failing after 12s

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2025-12-20 14:36:13 +01:00
parent aac244705d
commit 6f9a0337bb

View File

@@ -38,6 +38,7 @@ jobs:
- name: Debug - Check paths - name: Debug - Check paths
run: | run: |
echo "GITHUB_WORKSPACE: $GITHUB_WORKSPACE" echo "GITHUB_WORKSPACE: $GITHUB_WORKSPACE"
echo "github.workspace: ${{ github.workspace }}"
echo "Current directory: $(pwd)" echo "Current directory: $(pwd)"
echo "Contents of workspace:" echo "Contents of workspace:"
ls -la ls -la
@@ -55,7 +56,7 @@ jobs:
- name: ESP-IDF build - name: ESP-IDF build
run: | run: |
docker run --rm \ docker run --rm \
-v ${{ github.workspace }}:/project \ -v "$(pwd)":/project \
-w /project/firmware \ -w /project/firmware \
espressif/idf:${{ matrix.idf_ver }} \ espressif/idf:${{ matrix.idf_ver }} \
idf.py -DSDKCONFIG_DEFAULTS="sdkconfig.defaults;sdkconfig.release" build idf.py -DSDKCONFIG_DEFAULTS="sdkconfig.defaults;sdkconfig.release" build