127b27ec6Sopenharmony_ciFROM circleci/buildpack-deps:bionic 227b27ec6Sopenharmony_ci 327b27ec6Sopenharmony_ciRUN sudo apt-get -y -qq update 427b27ec6Sopenharmony_ciRUN sudo apt-get -y install software-properties-common 527b27ec6Sopenharmony_ciRUN sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test 627b27ec6Sopenharmony_ciRUN sudo apt-get -y install cmake 727b27ec6Sopenharmony_ciRUN sudo apt-get -y install qemu-system-ppc qemu-user-static qemu-system-arm 827b27ec6Sopenharmony_ciRUN sudo apt-get -y install libc6-dev-armel-cross libc6-dev-arm64-cross libc6-dev-i386 927b27ec6Sopenharmony_ciRUN sudo apt-get -y install clang clang-tools 1027b27ec6Sopenharmony_ciRUN sudo apt-get -y install gcc-5 gcc-5-multilib gcc-6 1127b27ec6Sopenharmony_ciRUN sudo apt-get -y install valgrind 1227b27ec6Sopenharmony_ciRUN sudo apt-get -y install gcc-multilib-powerpc-linux-gnu gcc-powerpc-linux-gnu gcc-arm-linux-gnueabi gcc-aarch64-linux-gnu 13