remove container in container
Some checks failed
ESP-IDF Build / build (esp32c6, latest) (push) Failing after 4s
ESP-IDF Build / build (esp32c6, release-v5.4) (push) Failing after 4s
ESP-IDF Build / build (esp32c6, release-v5.5) (push) Failing after 4s
ESP-IDF Build / build (esp32s3, latest) (push) Failing after 4s
ESP-IDF Build / build (esp32s3, release-v5.4) (push) Failing after 4s
ESP-IDF Build / build (esp32s3, release-v5.5) (push) Failing after 4s
Some checks failed
ESP-IDF Build / build (esp32c6, latest) (push) Failing after 4s
ESP-IDF Build / build (esp32c6, release-v5.4) (push) Failing after 4s
ESP-IDF Build / build (esp32c6, release-v5.5) (push) Failing after 4s
ESP-IDF Build / build (esp32s3, latest) (push) Failing after 4s
ESP-IDF Build / build (esp32s3, release-v5.4) (push) Failing after 4s
ESP-IDF Build / build (esp32s3, release-v5.5) (push) Failing after 4s
Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
@@ -27,6 +27,7 @@ jobs:
|
|||||||
idf_target: [esp32c6, esp32s3]
|
idf_target: [esp32c6, esp32s3]
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
container: espressif/idf:${{ matrix.idf_ver }}
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@@ -35,18 +36,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
submodules: "recursive"
|
submodules: "recursive"
|
||||||
|
|
||||||
- name: Debug - Check paths
|
|
||||||
run: |
|
|
||||||
echo "GITHUB_WORKSPACE: $GITHUB_WORKSPACE"
|
|
||||||
echo "github.workspace: ${{ github.workspace }}"
|
|
||||||
echo "Current directory: $(pwd)"
|
|
||||||
echo "Contents of workspace:"
|
|
||||||
ls -la
|
|
||||||
echo "Contents of firmware directory:"
|
|
||||||
ls -la firmware/ || echo "firmware directory not found"
|
|
||||||
echo "Check for CMakeLists.txt:"
|
|
||||||
test -f firmware/CMakeLists.txt && echo "CMakeLists.txt exists" || echo "CMakeLists.txt NOT found"
|
|
||||||
|
|
||||||
- name: Extract API key
|
- name: Extract API key
|
||||||
env:
|
env:
|
||||||
INSIGHTS_API_KEY: ${{ secrets.INSIGHTS_API_KEY }}
|
INSIGHTS_API_KEY: ${{ secrets.INSIGHTS_API_KEY }}
|
||||||
@@ -54,9 +43,9 @@ jobs:
|
|||||||
echo $INSIGHTS_API_KEY > firmware/components/analytics/insights_auth_key.txt
|
echo $INSIGHTS_API_KEY > firmware/components/analytics/insights_auth_key.txt
|
||||||
|
|
||||||
- name: ESP-IDF build
|
- name: ESP-IDF build
|
||||||
|
env:
|
||||||
|
IDF_TARGET: ${{ matrix.idf_target }}
|
||||||
run: |
|
run: |
|
||||||
docker run --rm \
|
cd firmware
|
||||||
-v "$(pwd)":/project \
|
. $IDF_PATH/export.sh
|
||||||
-w /project/firmware \
|
idf.py -DSDKCONFIG_DEFAULTS="sdkconfig.defaults;sdkconfig.release" build
|
||||||
espressif/idf:${{ matrix.idf_ver }} \
|
|
||||||
idf.py -DSDKCONFIG_DEFAULTS="sdkconfig.defaults;sdkconfig.release" build
|
|
||||||
|
|||||||
Reference in New Issue
Block a user