Skip to content

Commit 09340e3

Browse files
committed
install the target g++ in armhf-gnu
1 parent c80af32 commit 09340e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/docker/host-x86_64/armhf-gnu/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN apt-get update -y && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-
99
curl \
1010
file \
1111
g++ \
12-
gcc-arm-linux-gnueabihf \
12+
g++-arm-linux-gnueabihf \
1313
git \
1414
libc6-dev \
1515
libc6-dev-armhf-cross \

0 commit comments

Comments
 (0)