File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ echo "Running with \"${*}\"..."
55# Assume we're in wolfssl/Docker
66WOLFSSL_DIR=$( builtin cd ${BASH_SOURCE%/* } /..; pwd)
77
8- docker build -t wolfssl --build-arg UID=$( id -u) --build-arg GID=$( id -g) " ${WOLFSSL_DIR} /Docker" && \
9- docker run --rm -it -v ${HOME} /.gitconfig:/home/docker/.gitconfig:ro -v ${HOME} /.ssh:/home/docker/.ssh:ro -v " ${WOLFSSL_DIR} :/tmp/wolfssl" -w /tmp/wolfssl wolfssl /bin/bash -c " ./autogen.sh && ./configure ${*@ Q} && make" && \
10- docker run --rm -it -v ${HOME} /.gitconfig:/home/docker/.gitconfig:ro -v ${HOME} /.ssh:/home/docker/.ssh:ro -v " ${WOLFSSL_DIR} :/tmp/wolfssl" -w /tmp/wolfssl wolfssl /bin/bash
8+ docker build -t wolfssl/wolfssl-builder --build-arg UID=$( id -u) --build-arg GID=$( id -g) " ${WOLFSSL_DIR} /Docker" && \
9+ docker run --rm -it -v ${HOME} /.gitconfig:/home/docker/.gitconfig:ro -v ${HOME} /.ssh:/home/docker/.ssh:ro -v " ${WOLFSSL_DIR} :/tmp/wolfssl" -w /tmp/wolfssl wolfssl/wolfssl-builder /bin/bash -c " ./autogen.sh && ./configure ${*@ Q} && make" && \
10+ docker run --rm -it -v ${HOME} /.gitconfig:/home/docker/.gitconfig:ro -v ${HOME} /.ssh:/home/docker/.ssh:ro -v " ${WOLFSSL_DIR} :/tmp/wolfssl" -w /tmp/wolfssl wolfssl/wolfssl-builder /bin/bash
1111
1212exitval=$?
1313echo " Exited with error code $exitval "
You can’t perform that action at this time.
0 commit comments