- Jan 17, 2017
-
-
Kevin Brothaler authored
-
Kevin Brothaler authored
-
- Dec 15, 2016
-
-
Christian Legnitto authored
Documentation generation appears to be failing on master (https://travis-ci.org/rust-lang/libc/jobs/183483333): ``` Collecting ghp-import Downloading ghp-import-0.4.1.tar.gz Collecting travis Could not find a version that satisfies the requirement travis (from versions: ) No matching distribution found for travis ``` Basically `--user` doesn't appear to take an option, so `pip install ghp_import --user $USER` makes pip think the user is a package that needs to be installed (in this case `travis`). As there is no `travis` package, it dies.
-
- Dec 03, 2016
-
-
Alex Crichton authored
-
- Dec 02, 2016
-
-
Alex Crichton authored
-
- Nov 17, 2016
-
-
Alex Crichton authored
This helps caching between runs and can help speed up turnaround time for various operations. The old android container didn't work out for some reason due to permissions so the definition has now been vendored locally to just rebuild it each time.
-
- Nov 06, 2016
-
-
Alex Crichton authored
-
- Oct 14, 2016
-
-
Alex Crichton authored
-
- Oct 09, 2016
-
-
Alex Crichton authored
Also cache on appveyor to speed up builds.
-
- Oct 05, 2016
-
-
Ian Denhardt authored
* Override the compiler via CC; ./configure can't seem to detect it. * Unset CROSS_COMPILE when running make. Per the comment, we otherwise end up invoking commands like i686-ar.
-
Ian Denhardt authored
Specifically: * Update the base docker images to ubuntu 16.10 * Update musl to version 1.1.15 This is necessary since the versions we were previously using do not define CLONE_NEWCGROUP, so adding the symbol to the libc crate causes test failures.
-
- Sep 30, 2016
-
-
Jorge Aparicio authored
-
- Sep 15, 2016
-
-
Jorge Aparicio authored
-
- Sep 13, 2016
-
-
Jorge Aparicio authored
-
- Sep 12, 2016
-
-
Jorge Aparicio authored
and fix the statvfs struct for this target
-
- Sep 11, 2016
-
-
Jorge Aparicio authored
also "backport" two glibc fixes: - ipc_perm.mode is c_uint. [commit][1] [discussion][2] - bump SIGSTKSZ to 16384. [commit][3] [discussion][4] so libc-test passes. [1]: https://sourceware.org/git/?p=glibc.git;a=commit;h=5c40c3bab2 [2]: https://www.sourceware.org/ml/libc-alpha/2014-10/msg00446.html [3]: https://sourceware.org/git/?p=glibc.git;a=commit;h=b763f6ae859ecea70a5dacb8ad45c71d5f667e2e [4]: https://sourceware.org/ml/libc-alpha/2015-04/msg00033.html closes #231
-
- Sep 09, 2016
-
-
Sébastien Marie authored
- allow QEMU name to have subdirectory inside (replace `/` by `__` in the filename) - add a new code path for plain qcow2 image (for efficient bandwidth usage, the qcow2 is expected to use compressed qcow2 format) - move freebsd image to explicitly download the gzipped QEMU
-
Sébastien Marie authored
-
- Aug 28, 2016
-
-
Alex Crichton authored
Download a trunk OpenWRT toolchain and verify bindings against that. Also fixup a few stray errors today
-
- Aug 27, 2016
-
-
Alex Crichton authored
-
Alex Crichton authored
-
Alex Crichton authored
Use the standard mips compilers from Ubuntu now
-
Alex Crichton authored
-
Alex Crichton authored
-
- Jun 15, 2016
-
-
Alex Crichton authored
Previously we were somewhat half-Docker, half-Travis, half apt-get, etc. This commit alters the CI infrastructure to use Docker images for each target. This should make it much easier to update the images and tweak various bits and pieces of installed software. Additionally, it's also much clearer now what's needed for each suite of tests! Some images were updated a bit (e.g. musl is now 1.1.14), but other images encountered failures when updating so they're not getting updated just yet.
-
- Apr 25, 2016
-
-
Alex Crichton authored
-
- Mar 28, 2016
-
-
Alex Crichton authored
Apparently they were swapped accidentally already! Closes #240
-
- Mar 03, 2016
-
-
Alex Crichton authored
iOS was fixed awhile back and we should have rumprun nightlies now, so let's use them!
-
- Mar 02, 2016
-
-
Alex Crichton authored
It's tough to have PRs bounce or to have a back and forth with contributors about minor style quibbles. Sometimes it ends up just being easier to fix style after the fact, but let's add some automation to help this! This commit adds a script to run on CI and locally to verify the style of this repository. There's a few stylistic guidelines to ensure that definitions are understandable across the jungle of modules. This consistency should help assist readability for any future readers!
-
- Feb 18, 2016
-
-
Alex Crichton authored
-
- Feb 04, 2016
-
-
Alex Crichton authored
-
- Jan 19, 2016
-
-
Alex Crichton authored
This commit adds support to test all libc definitions on both OpenBSD and FreeBSD via QEMU userspace emulation. Specially prepared images for each OS are used which are essentially intended to run a script on startup and then exit. Documentation has been added to the `ci/README.md` file describing this new system.
-
- Jan 10, 2016
-
-
Alex Crichton authored
-
- Dec 27, 2015
-
-
Alexander Polakov authored
-
- Dec 18, 2015
-
-
Alex Crichton authored
It's got a new toolchain which should hopefully support some more modern definitions.
-
- Dec 16, 2015
-
-
Alex Crichton authored
This is a blanket import of lots of constants and function from nix-rust
-
- Dec 02, 2015
-
-
Alex Crichton authored
-
- Nov 15, 2015
-
-
Alex Crichton authored
Closes #49
-
- Nov 09, 2015
-
-
Alex Crichton authored
This reverts commit 767ba143.
-
- Nov 07, 2015
-
-
Alex Crichton authored
Closes #49
-