pip makes few ordering guarantees
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
66bbdbe460
commit
8906a22f52
|
@ -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/*
|
||||
|
|
5
Makefile
5
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user