Skip to content
New issue

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

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

Already on GitHub? # to your account

Attempt fix Travis CI using OTP 17 #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Attempt fix Travis CI using OTP 17 #18

wants to merge 1 commit into from

Conversation

lucafavatella
Copy link

Please refer to commit message for details.

Sample output of last (failing) Travis CI build:

...
==> lager (compile)

ERROR: OTP release R16B01 does not match required regex 17

ERROR: compile failed while processing /home/lci/lincx/deps/lager: rebar_abort

Connection to erlangonxen.org closed.

The command "ssh -tA -i id_rsa -o StrictHostKeychecking=no -o CheckHostIP=no lci@erlangonxen.org ./lci $TRAVIS_COMMIT" exited with 1.

Done. Your build exited with 1.

Beforehand Erlang/OTP was assumed to be present on the Travis CI box,
that apparently provides OTP R16. Language C may be not needed, so
replace it with Erlang and specify OTP 17.3 release (the same as ling
Travis CI).
@lucafavatella
Copy link
Author

I did not manage to test this PR before submiting it as it looks like the Travis CI configuration accesses another machine via SSH, and I am not sure how to reproduce the setup of that machine.
Is there a script for setting automatically a box as the one the Travis CI config accesses via SSH?

Edit: I found https://github.com/FlowForwarding/lincx/blob/master/docs/testbed-setup.md but it relies on dedicated hardware and it is pretty manual (not automated).

@lucafavatella
Copy link
Author

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant