This is an automated email from the ASF dual-hosted git repository.

jerpelea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 4087e21dea ci_sim01: install g++-multilib into docker to support libcxx
4087e21dea is described below

commit 4087e21deaabcd10d67764fc49ee9e0c35a45d06
Author: zhanghongyu <zhanghon...@xiaomi.com>
AuthorDate: Wed Dec 6 11:57:33 2023 +0800

    ci_sim01: install g++-multilib into docker to support libcxx
    
    fix build break:
    /usr/bin/ld: skipping incompatible 
/usr/lib/gcc/x86_64-linux-gnu/11/libstdc++.so when searching for -lstdc++
    /usr/bin/ld: skipping incompatible 
/usr/lib/gcc/x86_64-linux-gnu/11/libstdc++.a when searching for -lstdc++
    /usr/bin/ld: cannot find -lstdc++: No such file or directory
    /usr/bin/ld: skipping incompatible 
/usr/lib/gcc/x86_64-linux-gnu/11/libstdc++.so when searching for -lstdc++
    collect2: error: ld returned 1 exit status
    ninja: build stopped: subcommand failed.
    
    Signed-off-by: zhanghongyu <zhanghon...@xiaomi.com>
---
 tools/ci/docker/linux/Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/ci/docker/linux/Dockerfile b/tools/ci/docker/linux/Dockerfile
index efde699d80..df318b7f6a 100644
--- a/tools/ci/docker/linux/Dockerfile
+++ b/tools/ci/docker/linux/Dockerfile
@@ -273,6 +273,7 @@ RUN apt-get update -qq && DEBIAN_FRONTEND="noninteractive" 
apt-get install -y -q
   ccache \
   clang \
   clang-tidy \
+  g++-multilib \
   gcc-avr \
   gcc-multilib \
   genromfs \

Reply via email to