Skip to content

Commit

Permalink
Don't link the artifact to not depend on avr-gcc
Browse files Browse the repository at this point in the history
This fixes the [build error] caused by the `avr-gcc` (used as linker)
not being available in the Rust CI.

[build error]: #131755 (comment)
  • Loading branch information
jfrimmel committed Oct 15, 2024
1 parent 070e838 commit a71fe55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/run-make/avr-rjmp-offset/avr-rjmp-offsets.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#![feature(no_core, lang_items, intrinsics, rustc_attrs)]
#![no_core]
#![no_main]
#![crate_type = "rlib"]

use minicore::ptr;

Expand Down

0 comments on commit a71fe55

Please sign in to comment.