mirror of
https://github.com/docker/compose.git
synced 2025-07-23 13:45:00 +02:00
Bump pyinstaller to 3.6
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
This commit is contained in:
parent
53d00f7677
commit
387f5e4c96
@ -1 +1 @@
|
|||||||
pyinstaller==3.5
|
pyinstaller==3.6
|
||||||
|
@ -24,7 +24,7 @@ if [ ! -z "${BUILD_BOOTLOADER}" ]; then
|
|||||||
git clone --single-branch --branch develop https://github.com/pyinstaller/pyinstaller.git /tmp/pyinstaller
|
git clone --single-branch --branch develop https://github.com/pyinstaller/pyinstaller.git /tmp/pyinstaller
|
||||||
cd /tmp/pyinstaller/bootloader
|
cd /tmp/pyinstaller/bootloader
|
||||||
# Checkout commit corresponding to version in requirements-build
|
# Checkout commit corresponding to version in requirements-build
|
||||||
git checkout v3.5
|
git checkout v3.6
|
||||||
"${VENV}"/bin/python3 ./waf configure --no-lsb all
|
"${VENV}"/bin/python3 ./waf configure --no-lsb all
|
||||||
"${VENV}"/bin/pip3 install ..
|
"${VENV}"/bin/pip3 install ..
|
||||||
cd "${CODE_PATH}"
|
cd "${CODE_PATH}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user