Skip to content

Commit

Permalink
disable greenlet c++ test to avoid error "Failed building wheel for g…
Browse files Browse the repository at this point in the history
…reenlet" on issue spiral-project#726 (spiral-project#727)
  • Loading branch information
wiljateiwaz authored Apr 10, 2021
1 parent 78c61df commit bdd43b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 &&\
Expand Down

0 comments on commit bdd43b5

Please sign in to comment.