Commit Graph
4 Commits
Author SHA1 Message Date
Steven Walter ad9f280e6c Allow various recipes to build -native 2017-11-03 09:57:19 -04:00
Steven Walter 5eeb74ed5e memchr-rs: upgrade to 0.1.11
The old version no longer builds against the newer libc package
2016-08-28 14:59:03 -04:00
Tyler Hall 34c36492db Don't build any rlibs
I've seen this error from the compiler:
    found possibly newer version of crate `regex_syntax` which
    `env_logger` depends on

This is probably because the rlib hashes are not deterministic, but I
can't reproduce non-deterministic hashes locally.

There have been lots of other types of errors caused by mixing rlibs and
dylibs in the same dependency chain, so let's try using only dylibs
until that's stable.
2016-02-01 20:54:20 +00:00
Tyler Hall fb840fda14 Add memchr crate 2015-07-23 08:48:05 -04:00