We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a015c21 commit b8f682bCopy full SHA for b8f682b
src/ci/docker/host-x86_64/x86_64-gnu-llvm-9/Dockerfile
@@ -2,7 +2,7 @@ FROM ubuntu:18.04
2
3
RUN apt-get update && apt-get install -y --no-install-recommends \
4
g++ \
5
- g++-arm-linux-gnueabi \
+ gcc-multilib \
6
make \
7
ninja-build \
8
file \
0 commit comments