On Mon, Feb 27, 2017 at 2:38 PM, Henri Sivonen <hsivo...@hsivonen.fi> wrote: > Is there some way to disable build.rs for a vendored crate (without > making cargo unhappy about the hashes)? (If the header is checked in, > compiling cheddar in order to generate it at build time is useless.)
This seems not only relevant for build time but relevant to what dependencies we vendor. Right now, running ./mach vendor rust with gkrust depending on https://crates.io/crates/encoding_c pulls in the dependencies for cheddar, which we apparently don't already have in the tree. Maybe having the header generation as part of build.rs is more trouble than it's worth in the first place... -- Henri Sivonen hsivo...@hsivonen.fi https://hsivonen.fi/ _______________________________________________ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform