rust-lang / crates-build-env

Build environment for third-party Rust crates
MIT License
69 stars 89 forks source link

add fortran to build environment #24

Closed jyn514 closed 4 years ago

jyn514 commented 4 years ago

closes https://github.com/rust-lang/docs.rs/issues/483

jyn514 commented 4 years ago

@pietroalbini do you know why CI is failing? It doesn't seem to be related to this change.

pietroalbini commented 4 years ago

@jyn514 pushed a commit to actually show the diff when linting fails:

--- /tmp/sorted-packages.txt    2019-12-09 09:35:25.812465059 +0100
+++ packages.txt        2019-12-09 09:34:54.064944260 +0100
@@ -23,8 +23,8 @@
 dselect
 emacsen-common
 enchant
-gfortran
 git
+gfortran
 gnupg
 golang
 gstreamer1.0-plugins-base

Also pushed another commit to fix the lint.

jyn514 commented 4 years ago

It looks like the version of diff on Travis doesn't have a --color option: https://travis-ci.com/rust-lang/crates-build-env/jobs/265107590#L461

jyn514 commented 4 years ago

LGTM, is this waiting on anything?