Searched +full:libc6 +full:- +full:dev +full:- +full:powerpc +full:- +full:cross (Results 1 – 4 of 4) sorted by relevance
1 FROM circleci/buildpack-deps:bionic3 RUN sudo apt-get -y -qq update4 RUN sudo apt-get -y install software-properties-common5 RUN sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test6 RUN sudo apt-get -y install cmake7 RUN sudo apt-get -y install qemu-system-ppc qemu-user-static qemu-system-arm8 RUN sudo apt-get -y install libc6-dev-armel-cross libc6-dev-arm64-cross libc6-dev-i3869 RUN sudo apt-get -y install clang clang-tools10 RUN sudo apt-get -y install gcc-5 gcc-5-multilib gcc-611 RUN sudo apt-get -y install valgrind[all …]
3 RUN apt-get update && apt-get install -y --no-install-recommends \4 gcc libc6-dev qemu-user ca-certificates \5 gcc-powerpc-linux-gnu libc6-dev-powerpc-cross \6 qemu-system-ppc8 ENV CARGO_TARGET_POWERPC_UNKNOWN_LINUX_GNU_LINKER=powerpc-linux-gnu-gcc \9 CARGO_TARGET_POWERPC_UNKNOWN_LINUX_GNU_RUNNER="qemu-ppc -L /usr/powerpc-linux-gnu" \10 CC=powerpc-linux-gnu-gcc \
5 CFLAGS: -Werror6 MAKEFLAGS: -j11 runs-on: ubuntu-18.0413 fail-fast: false15 arch: [x86_64, thumb, mips, powerpc]18 - uses: actions/checkout@v219 - name: install22 sudo apt-get update -qq23 sudo apt-get install -qq python3 python3-pip lcov25 gcc --version[all …]
2 --------------13 Release date: 2017-01-1721 Release date: 2017-01-0224 -----------------26 - Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X29 - Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug33 -------35 - Issue #28563: Fixed possible DoS and arbitrary code execution when handle39 - In the curses module, raise an error if window.getstr() or window.instr() is42 - Issue #27783: Fix possible usage of uninitialized memory in operator.methodcaller.[all …]