We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
libstdc++-dev
iostream not found
1 parent f123a9b commit ce16379Copy full SHA for ce16379
ci/docker/x86_64-unknown-linux-gnu/Dockerfile
@@ -8,6 +8,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
8
wget \
9
xz-utils \
10
clang \
11
+ libstdc++-14-dev \
12
+ build-essential \
13
lld
14
15
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