Skip to content

Commit

Permalink
chore: Install cross libstdc++ in GNU containers
Browse files Browse the repository at this point in the history
  • Loading branch information
vadorovsky committed Oct 27, 2024
1 parent f03f4bc commit 7c62429
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions containers/Dockerfile.cross-aarch64-unknown-linux-gnu
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RUN dpkg --add-architecture arm64 \
g++-aarch64-linux-gnu \
gnupg \
libc6-dev-arm64-cross \
libstdc++6:arm64 \
libzstd-dev \
libzstd-dev:arm64 \
lsb-release \
Expand Down
1 change: 1 addition & 0 deletions containers/Dockerfile.cross-riscv64gc-unknown-linux-gnu
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ RUN dpkg --add-architecture riscv64 \
g++-riscv64-linux-gnu \
gnupg \
libc6-dev-riscv64-cross \
libstdc++6:riscv64 \
libzstd-dev \
libzstd-dev:riscv64 \
lsb-release \
Expand Down

0 comments on commit 7c62429

Please sign in to comment.