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

Properly fix Travis CI Rabbit MQ issue #8950

Closed
cmonr opened this issue Dec 3, 2018 · 4 comments · Fixed by #9043
Closed

Properly fix Travis CI Rabbit MQ issue #8950

cmonr opened this issue Dec 3, 2018 · 4 comments · Fixed by #9043
Assignees

Comments

@cmonr
Copy link
Contributor

cmonr commented Dec 3, 2018

Description

Due to a recent Rabbit MQ migration, Travis CI was failing to run apt-get update successfully. A fix has been placed in master, but involves the use of curl ... | bash which is never a good idea.

While in this case, it shouldn't matter because the script is contained within Travis CI, it still irks me having this pattern associated with the repo at all.

'Fix' to unblock Travis CI introduced here: https://github.com/ARMmbed/mbed-os/pull/8944/files#r238312339

Reference: https://www.idontplaydarts.com/2016/04/detecting-curl-pipe-bash-server-side/

Issue request type

[ ] Question
[ ] Enhancement
[x] Bug
@cmonr cmonr self-assigned this Dec 3, 2018
@cmonr
Copy link
Contributor Author

cmonr commented Dec 3, 2018

@ARMmbed/mbed-os-maintainers @ARMmbed/mbed-os-test-team

@cmonr
Copy link
Contributor Author

cmonr commented Dec 3, 2018

Travis support emailed.

@ciarmcom
Copy link
Member

ciarmcom commented Dec 3, 2018

Internal Jira reference: https://jira.arm.com/browse/MBOCUSTRIA-248

@cmonr
Copy link
Contributor Author

cmonr commented Dec 11, 2018

Opened #9043 since according to Travis CI support, the issue should be resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants