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

Travis is broken since 1.20 release #421

Closed
behnam opened this issue Sep 2, 2017 · 2 comments
Closed

Travis is broken since 1.20 release #421

behnam opened this issue Sep 2, 2017 · 2 comments

Comments

@behnam
Copy link
Contributor

behnam commented Sep 2, 2017

Travis has been broken since the rust 1.20 release. Looks like a problem with rustup-setup. (It was recently renamed or something, IIRC.)

History: https://travis-ci.org/azerupi/mdBook/branches
First failure: https://travis-ci.org/azerupi/mdBook/builds/270512490

+curl -O https://static.rust-lang.org/rustup/dist/x86_64-unknown-linux-gnu/rustup-setup
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 8047k  100 8047k    0     0   109M      0 --:--:-- --:--:-- --:--:--  113M
+chmod +x rustup-setup
+./rustup-setup -y
info: syncing channel updates for 'stable-x86_64-unknown-linux-gnu'
error: missing key: 'url'

I'm not sure why the normal travis/rust infra is not being used here and the rust/cargo installation is done manually.

@azerupi
Copy link
Contributor

azerupi commented Sep 3, 2017

The travis infra has been contributed mostly by Japaric two years ago and has been updated approximately one year ago. It has never been touched since. We should completely update our CI infra to the current best practices.

I opened #387 not long ago to start discussion about this. You are welcome to join the discussion and propose changes. :)

@azerupi
Copy link
Contributor

azerupi commented Sep 9, 2017

Travis should work again with #429 :)

@azerupi azerupi closed this as completed Sep 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants