Skip to content

Commit ce16379

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
88
wget \
99
xz-utils \
1010
clang \
11+
libstdc++-14-dev \
12+
build-essential \
1113
lld
1214

1315
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)