Skip to content

Commit

Permalink
chore(x86_64): switch to linking with ld for now
Browse files Browse the repository at this point in the history
this fixes the build on recent nightlies --- it appears the linker hax
we use for tests breaks on recent `rust-lld`s due to upstream changes.
see dtolnay/linkme#41 for details on a similar
issue.

Signed-off-by: Eliza Weisman <eliza@buoyant.io>
  • Loading branch information
hawkw committed Sep 26, 2021
1 parent 26f4143 commit 0448f58
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions x86_64-mycelium.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@
"code-model": "kernel",
"os": "none",
"executables": true,
"linker-flavor": "ld.lld",
"linker": "rust-lld",
"linker-flavor": "ld",
"panic-strategy": "abort",
"disable-redzone": true,
"features": "-mmx,-sse,+soft-float"
}
}

0 comments on commit 0448f58

Please sign in to comment.