diff options
author | Alex Crichton <alex@alexcrichton.com> | 2017-08-18 09:20:11 -0700 |
---|---|---|
committer | Alex Crichton <alex@alexcrichton.com> | 2017-08-18 09:34:08 -0700 |
commit | 201d5394658f8f1d3f287acfd1f4711cd3d06e65 (patch) | |
tree | 09fed47ca44ac23c574ef9ea99d7fdcf337261da /libc-test/src | |
parent | 7fd1f9d39bd7a2d40bbe02933e098eabe7310667 (diff) | |
download | rust-libc-201d5394658f8f1d3f287acfd1f4711cd3d06e65.tar.gz |
Remove OpenBSD CI
It's now broken due to changes in the `gcc` crate and having a too-old compiler,
and in general it's unfortunately architecturally so different from the other
test frameworks that it's difficult to maintain over time.
Diffstat (limited to 'libc-test/src')
-rw-r--r-- | libc-test/src/main-generated.rs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/libc-test/src/main-generated.rs b/libc-test/src/main-generated.rs deleted file mode 100644 index 608fe4ead9..0000000000 --- a/libc-test/src/main-generated.rs +++ /dev/null @@ -1,9 +0,0 @@ -// Note that this main file is meant to mirror `main.rs` but is only used on the -// BSDs where the generated location of `all.rs` is slightly different - -#![allow(bad_style, improper_ctypes)] -extern crate libc; - -use libc::*; - -include!("../all.rs"); |