aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToadCast <31543450+ToadCast@users.noreply.github.com>2021-04-10 20:31:26 +0000
committerGitHub <noreply@github.com>2021-04-10 22:31:26 +0200
commitdeb7a121025c5ed53738cee9275747b9a9ac6e8e (patch)
tree1084778feaf9c5fed3533b5637159f8ca00631e1
parentc23145ce2a58c5f789e779c0f93cdda385c4dc2e (diff)
downloadihatemoney-mirror-deb7a121025c5ed53738cee9275747b9a9ac6e8e.zip
ihatemoney-mirror-deb7a121025c5ed53738cee9275747b9a9ac6e8e.tar.gz
ihatemoney-mirror-deb7a121025c5ed53738cee9275747b9a9ac6e8e.tar.bz2
disable greenlet c++ test to avoid error "Failed building wheel for greenlet" on issue #726 (#727)
-rw-r--r--Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 9723db8..bd34055 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -16,7 +16,8 @@ ENV NIGHTLY="" \
ADMIN_PASSWORD="" \
ALLOW_PUBLIC_PROJECT_CREATION="True" \
ACTIVATE_ADMIN_DASHBOARD="False" \
- BABEL_DEFAULT_TIMEZONE="UTC"
+ BABEL_DEFAULT_TIMEZONE="UTC" \
+ GREENLET_TEST_CPP="no"
RUN apk update && apk add git gcc libc-dev libffi-dev openssl-dev wget &&\
mkdir -p /etc/ihatemoney &&\