Skip to content

Commit c10accb

Browse files
fix: add libstdc++-dev to fix iostream not found error
1 parent f123a9b commit c10accb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/docker/x86_64-unknown-linux-gnu/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
88
wget \
99
xz-utils \
1010
clang \
11+
libstdc++-dev \
1112
lld
1213

1314
RUN wget http://ci-mirrors.rust-lang.org/stdarch/sde-external-9.58.0-2025-06-16-lin.tar.xz -O sde.tar.xz

0 commit comments

Comments
 (0)