Home
last modified time | relevance | path

Searched +full:libc6 +full:- +full:dev +full:- +full:ppc64 +full:- +full:powerpc +full:- +full:cross (Results 1 – 5 of 5) sorted by relevance

/external/zstd/.circleci/images/primary/
DDockerfile1 FROM circleci/buildpack-deps@sha256:f6f10c11b7b8ccfd4f4a5b830c3256803604ce61292b60cb22e26b12f62b0e8c
3 RUN sudo dpkg --add-architecture i386
4 RUN sudo apt-get -y -qq update
5 RUN sudo apt-get -y install \
6 gcc-multilib-powerpc-linux-gnu gcc-arm-linux-gnueabi \
7 libc6-dev-armel-cross gcc-aarch64-linux-gnu libc6-dev-arm64-cross \
8 libc6-dev-ppc64-powerpc-cross zstd gzip coreutils \
9 libcurl4-openssl-dev
/external/zstd/.github/workflows/
Dcommit.yml5 - dev
6 permissions: read-all
8 short-tests-0:
9 runs-on: ubuntu-latest
12 image: fbopensource/zstd-circleci-primary:0.0.1
13 options: --entrypoint /bin/bash
15 - uses: actions/checkout@v4
16 - name: Install Dependencies
18 sudo apt-get update
19 sudo apt-get install libcurl4-gnutls-dev
[all …]
/external/zstd/
DMakefile5 # This source code is licensed under both the BSD-style license (found in the
8 # You may select, at your option, one of the above-listed licenses.
22 VOID = /dev/null
24 # When cross-compiling from linux to windows, you might
28 # Note: mingw-w64 build from linux to windows does not
40 ## default: Build lib-release and zstd-release
42 default: lib-release zstd-release
53 $(Q)$(MAKE) -C $(PRGDIR) all
54 $(Q)$(MAKE) -C $(TESTDIR) all
58 $(MAKE) -C $(PRGDIR) zstd32
[all …]
/external/strace/
DChangeLog-CVS1 2009-07-08 Dmitry V. Levin <ldv@altlinux.org>
3 Clean up spacing to fix warnings reported by git diff --check.
7 * strace-graph: Likewise.
10 * README-linux: Likewise.
11 * README-svr4: Likewise.
24 2009-07-07 Dmitry V. Levin <ldv@altlinux.org>
27 * README-CVS: Rename to README-hacking.
28 * Makefile.am (EXTRA_DIST): Remove README-CVS.
30 2009-06-01 Dmitry V. Levin <ldv@altlinux.org>
33 gcc -Wformat-security.
[all …]
/external/python/cpython3/Misc/
DHISTORY2 --------------
13 Release date: 2017-01-17
21 Release date: 2017-01-02
24 -----------------
26 - Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X
29 - Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug
33 -------
35 - Issue #28563: Fixed possible DoS and arbitrary code execution when handle
39 - In the curses module, raise an error if window.getstr() or window.instr() is
42 - Issue #27783: Fix possible usage of uninitialized memory in operator.methodcaller.
[all …]