wolfcrypt-py/make/manylinux1/build_wheels.sh

11 lines
174 B
Bash
Executable File

#!/bin/bash
set -e
set -x
docker run \
--rm \
-v `pwd`:/wolfcrypt-py \
-w /wolfcrypt-py \
wolfssl/manylinux1-x86_64 \
bash -c "make/manylinux1/build.sh"