mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-06 07:50:49 +02:00
More fixes to the broken atecc608 test
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user