Skip to content

Commit 2992893

Browse files
committed
ci: disable lld to workaround vendored-boringssl failure
1 parent 635e68b commit 2992893

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ concurrency:
2727

2828
env:
2929
CARGO_TERM_COLOR: always
30+
CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUSTFLAGS: -C linker-features=-lld # workaround for vendored-boringssl
3031

3132
jobs:
3233
build:

0 commit comments

Comments
 (0)