Skip to content

Disable travis builds using nightly rustc.#239

Merged
bors-servo merged 1 commit intomasterfrom
jdm-patch-16
Mar 27, 2020
Merged

Disable travis builds using nightly rustc.#239
bors-servo merged 1 commit intomasterfrom
jdm-patch-16

Conversation

@jdm
Copy link
Copy Markdown
Member

@jdm jdm commented Mar 26, 2020

We're prevented from merging any changes as long as there's no rustfmt available on nightly (https://rust-lang.github.io/rustup-components-history/).

@jdm
Copy link
Copy Markdown
Member Author

jdm commented Mar 26, 2020

r? @asajeffrey

Copy link
Copy Markdown

@asajeffrey asajeffrey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can r=me, the suggestion is a just a suggestion.

language: rust
rust:
- nightly
#- nightly
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might be worth using if [ $TRAVIS_RUST_VERSION == "stable"] on rustfmt rather than just disabling nightly?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rustc warns about things in the generated jsapi bindings. When these don't have rustfmt applied to them, the entire contents of the file appears on one line which exceeds the travisci log limit and the build fails. We can't build without rustfmt, sadly.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh that's annoying!

@jdm
Copy link
Copy Markdown
Member Author

jdm commented Mar 26, 2020

@bors-servo r+

@bors-servo
Copy link
Copy Markdown
Contributor

📌 Commit 19aa712 has been approved by jdm

@bors-servo
Copy link
Copy Markdown
Contributor

⌛ Testing commit 19aa712 with merge be9fd4f...

@bors-servo
Copy link
Copy Markdown
Contributor

☀️ Test successful - checks-travis, status-appveyor
Approved by: jdm
Pushing be9fd4f to master...

@bors-servo bors-servo merged commit be9fd4f into master Mar 27, 2020
@jschwe jschwe deleted the jdm-patch-16 branch December 4, 2025 10:42
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

Successfully merging this pull request may close these issues.

3 participants