source:
docker/build-mlxwinebuild.sh@
974:84ed92b50949
Last change on this file since 974:84ed92b50949 was 939:de728888b85e, checked in by , 6 years ago | |
---|---|
|
|
File size: 273 bytes |
Rev | Line | |
---|---|---|
[916] | 1 | #!/bin/bash |
2 | ||
3 | set -e -u | |
4 | ||
5 | sdistfile="${1}" | |
6 | sdistdir=$(cd $(dirname "${sdistfile}") && pwd) | |
7 | ||
[939] | 8 | docker run --rm -v "${sdistdir}:/root/dist" mlxwinebuild-py3 build $(basename "${sdistfile}") $(id -u) $(id -g) |
9 | #docker run -it --rm -v "${sdistdir}:/root/dist" mlxwinebuild-py3 bash |
Note:
See TracBrowser
for help on using the repository browser.