File tree 3 files changed +3
-4
lines changed
3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ matrix:
11
11
- env : TARGET=arm-unknown-linux-gnueabihf
12
12
- env : TARGET=armv7-unknown-linux-gnueabihf
13
13
- env : TARGET=i586-unknown-linux-gnu
14
- - env : TARGET=i686-apple-darwin
14
+ - env : TARGET=i686-apple-darwin DEBUG_LTO_BUILD_DOESNT_WORK=1
15
15
os : osx
16
16
- env : TARGET=i686-unknown-linux-gnu
17
17
- env : TARGET=mips-unknown-linux-gnu
@@ -28,7 +28,7 @@ matrix:
28
28
- env : TARGET=wasm32-unknown-unknown
29
29
install : rustup target add $TARGET
30
30
script : cargo build --target $TARGET
31
- - env : TARGET=x86_64-apple-darwin
31
+ - env : TARGET=x86_64-apple-darwin DEBUG_LTO_BUILD_DOESNT_WORK=1
32
32
os : osx
33
33
- env : TARGET=x86_64-unknown-linux-gnu
34
34
allow_failures :
Original file line number Diff line number Diff line change 1
1
// Hack of a crate until rust-lang/rust#51647 is fixed
2
2
3
- #![ feature( no_core, panic_handler ) ]
3
+ #![ feature( no_core) ]
4
4
#![ no_core]
5
5
6
6
extern crate core;
Original file line number Diff line number Diff line change 11
11
#![ feature( lang_items) ]
12
12
#![ feature( start) ]
13
13
#![ feature( allocator_api) ]
14
- #![ feature( panic_handler) ]
15
14
#![ cfg_attr( windows, feature( panic_unwind) ) ]
16
15
#![ no_std]
17
16
You can’t perform that action at this time.
0 commit comments