File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
6
6
cargo check --target $TARGET --features device
7
7
8
- if [ $TARGET = x86_64-unknown-linux-gnu ] && [ $TRAVIS_RUST_VERSION = nightly ]; then
8
+ if [ $TARGET = x86_64-unknown-linux-gnu ] && [ $TRAVIS_RUST_VERSION = stable ]; then
9
9
( cd macros && cargo check && cargo test )
10
10
11
11
cargo test --features device --test compiletest
@@ -73,7 +73,7 @@ main() {
73
73
# linking with GNU LD
74
74
env RUSTFLAGS=" -C linker=arm-none-eabi-ld -C link-arg=-Tlink.x" cargo run --target $TARGET --example qemu | grep " x = 42"
75
75
env RUSTFLAGS=" -C linker=arm-none-eabi-ld -C link-arg=-Tlink.x" cargo run --target $TARGET --example qemu --release | grep " x = 42"
76
-
76
+
77
77
# linking with rustc's LLD
78
78
cargo run --target $TARGET --example qemu | grep " x = 42"
79
79
cargo run --target $TARGET --example qemu --release | grep " x = 42"
You can’t perform that action at this time.
0 commit comments