More fixes to the broken atecc608 test

This commit is contained in:
Daniele Lacamera
2026-05-08 07:28:56 +02:00
parent 5f321d7372
commit ae0d09ccff
3 changed files with 23 additions and 2 deletions
+5
View File
@@ -68,6 +68,11 @@ jobs:
sed -i "/^RUN python3 - <<'PY'$/,/^PY$/d" Dockerfile.wolfcrypt
! grep -q "RUN python3 - <<'PY'" Dockerfile.wolfcrypt
# The simulator Dockerfile predates the new configure contract where
# --with-cryptoauthlib must be paired with --enable-microchip=<dev>.
sed -i 's/--with-cryptoauthlib=\/usr \\/--enable-microchip=608 \\\n --with-cryptoauthlib=\/usr \\/' Dockerfile.wolfcrypt
grep -q -- '--enable-microchip=608' Dockerfile.wolfcrypt
- uses: docker/setup-buildx-action@v3
- name: Build wolfCrypt-ATECC608 test image