Skip to content

Commit a71fe55

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 070e838 commit a71fe55

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
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)