Skip to content
This repository was archived by the owner on Sep 18, 2025. It is now read-only.

Commit 7093e2a

Browse files
committed
Add ldd in DevContainer for build
Signed-off-by: Quanyi Ma <eli@patch.sh>
1 parent 3dc2f1e commit 7093e2a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.devcontainer/setup.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ apt-get install -y \
1616
file \
1717
ca-certificates \
1818
zstd \
19-
clang
19+
clang \
20+
lld
2021

2122
## Install rustup and common components
2223
curl https://sh.rustup.rs -sSf | sh -s -- -y

0 commit comments

Comments
 (0)