Skip to content

Commit 5beb86c

Browse files
committed
Don't link the artifact to not depend on avr-gcc
This fixes the [build error] caused by the `avr-gcc` (used as linker) not being available in the Rust CI. [build error]: #131755 (comment)
1 parent 1d16289 commit 5beb86c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/run-make/avr-rjmp-offset/avr-rjmp-offsets.rs

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#![feature(no_core, lang_items, intrinsics, rustc_attrs)]
66
#![no_core]
77
#![no_main]
8+
#![crate_type = "rlib"]
89

910
use minicore::ptr;
1011

0 commit comments

Comments
 (0)