pip makes few ordering guarantees
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Emil Lerch 2021-01-06 00:42:56 -08:00
parent 66bbdbe460
commit 8906a22f52
Signed by: lobo
GPG Key ID: A7B62D657EF764F8
2 changed files with 2 additions and 5 deletions

View File

@ -10,8 +10,8 @@ RUN true \
&& apt-get install --no-install-recommends -y \
build-essential=12.6 \
patchelf=0.9* \
&& pip3 install scons==4.0.1 \
&& pip3 install pyinstaller==4.1 \
scons==4.0.1 \
patchelf-wrapper==1.2.0 \
staticx==0.12.0 \
&& rm -rf /var/lib/apt/lists/*

View File

@ -39,10 +39,7 @@ SRC_DIRS := cmd pkg # directories which hold app source (not vendored)
# Windows not working atm
#ALL_PLATFORMS := linux/amd64 linux/arm linux/arm64 linux/ppc64le linux/s390x
# Unlikely I'll run on ppc or s390x anytime soon
#
# Something is up with scons on platforms outside amd64
# ALL_PLATFORMS := linux/amd64 linux/arm linux/arm64
ALL_PLATFORMS := linux/amd64
ALL_PLATFORMS := linux/amd64 linux/arm linux/arm64
# Used internally. Users should pass BUILDOS and/or BUILDARCH.
# guess if go isn't installed on the host