Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not compile dependency :idna (build failing) #21

Closed
nelsonic opened this issue Mar 1, 2020 · 4 comments
Closed

Could not compile dependency :idna (build failing) #21

nelsonic opened this issue Mar 1, 2020 · 4 comments

Comments

@nelsonic
Copy link
Member

nelsonic commented Mar 1, 2020

https://travis-ci.org/dwyl/email/builds/656798571#L397
image

** (Mix) Could not compile dependency :idna, "/home/travis/.mix/rebar3 bare compile --paths="/home/travis/build/dwyl/email/_build/test/lib/*/ebin"" command failed. You can recompile this dependency with "mix deps.compile idna", update it with "mix deps.update idna" or clean it with "mix deps.clean idna"
The command "mix do deps.get, compile --warnings-as-errors, coveralls.json" exited with 1.
nelsonic added a commit that referenced this issue Mar 1, 2020
@nelsonic
Copy link
Member Author

nelsonic commented Mar 1, 2020

Read through elixir-lang/elixir#3857 (comment)
Trying to upgrade to latest elixir/erlang ...

nelsonic added a commit that referenced this issue Mar 1, 2020
nelsonic added a commit that referenced this issue Mar 1, 2020
@nelsonic
Copy link
Member Author

nelsonic commented Mar 1, 2020

The command "wget https://repo.hex.pm/builds/elixir/v1.10-otp-20.zip" failed and exited with 8 during .
https://travis-ci.org/dwyl/email/builds/656807281#L189
image

@nelsonic
Copy link
Member Author

nelsonic commented Mar 1, 2020

That appears to have resolved the problem.

email/.travis.yml

Lines 2 to 5 in be06999

elixir:
- 1.10
otp_release:
- 22.1.8

@nelsonic
Copy link
Member Author

nelsonic commented Mar 1, 2020

Build now compiles on Travis and deploys to Heorku #22
https://phemail.herokuapp.com ("Phoenix Email" working title)
image

@nelsonic nelsonic closed this as completed Mar 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant