Home
last modified time | relevance | path

Searched +full:manylinux1 +full:- +full:x86 (Results 1 – 8 of 8) sorted by relevance

/external/python/pyyaml/.github/workflows/
Dmanual_artifact_build.yaml1 ---
19 runs-on: ubuntu-latest
21 - name: Checkout PyYAML
24 - name: Install a python
25 uses: actions/setup-python@v2
27 python-version: 3.x
29 - name: Build sdist
34 python -V
35 python -m pip install build
37 python -m build .
[all …]
Dci.yaml1 ---
21 runs-on: ubuntu-latest
23 - name: Checkout PyYAML
26 - name: Install a python
27 uses: actions/setup-python@v2
29 python-version: 3.x
31 - name: Build sdist
36 python -V
37 python -m pip install build
39 python -m build .
[all …]
/external/capstone/.github/workflows/
Dpython-publish.yml7 runs-on: ${{ matrix.os }}
9 fail-fast: false
11 os: [macos-latest, ubuntu-latest, windows-latest]
14 - uses: actions/checkout@v2
16 - name: Set up Python
17 uses: actions/setup-python@v2
19 python-version: '3.x'
21 - name: Set up MSVC x86
22 if: matrix.os == 'windows-latest' && matrix.platform == 'x32'
23 uses: ilammy/msvc-dev-cmd@v1
[all …]
/external/python/setuptools/pkg_resources/_vendor/packaging/
D_manylinux.py35 def __init__(self, file: IO[bytes]) -> None:
36 def unpack(fmt: str) -> int:
76 def _get_elf_header() -> Optional[_ELFFileHeader]:
85 def _is_linux_armhf() -> bool:
86 # hard-float ABI can be detected from the ELF header of the running
104 def _is_linux_i686() -> bool:
114 def _have_compatible_abi(arch: str) -> bool:
135 def _glibc_version_string_confstr() -> Optional[str]:
142 # https://github.com/python/cpython/blob/fcf1d003bf4f0100c/Lib/platform.py#L175-L183
154 def _glibc_version_string_ctypes() -> Optional[str]:
[all …]
/external/python/setuptools/setuptools/_vendor/packaging/
D_manylinux.py35 def __init__(self, file: IO[bytes]) -> None:
36 def unpack(fmt: str) -> int:
76 def _get_elf_header() -> Optional[_ELFFileHeader]:
85 def _is_linux_armhf() -> bool:
86 # hard-float ABI can be detected from the ELF header of the running
104 def _is_linux_i686() -> bool:
114 def _have_compatible_abi(arch: str) -> bool:
135 def _glibc_version_string_confstr() -> Optional[str]:
142 # https://github.com/python/cpython/blob/fcf1d003bf4f0100c/Lib/platform.py#L175-L183
154 def _glibc_version_string_ctypes() -> Optional[str]:
[all …]
/external/python/cryptography/docs/
Dinstallation.rst6 .. code-block:: console
11 -------------------
16 * x86-64 CentOS 7.x
17 * x86-64 & AArch64 CentOS 8.x
18 * x86-64 Fedora (latest)
19 * x86-64 macOS 10.15 Catalina
20 * x86-64 & AArch64 Ubuntu 18.04, 20.04
21 * x86-64 Ubuntu rolling
22 * x86-64 Debian Stretch (9.x), Buster (10.x), Bullseye (11.x), and Sid
24 * x86-64 Alpine (latest)
[all …]
/external/grpc-grpc/tools/run_tests/artifacts/
Dartifact_targets.py8 # http://www.apache.org/licenses/LICENSE-2.0
43 docker_args += ['-e', '%s=%s' % (k, v)]
99 _MACOS_COMPAT_FLAG = '-mmacosx-version-min=10.7'
101 _ARCH_FLAG_MAP = {'x86': '-m32', 'x64': '-m64'}
124 # https://github.com/resin-io-projects/armv7hf-debian-qemu/issues/9
127 extra_args = ' --entrypoint=/usr/bin/qemu-arm-static '
137 if self.arch == 'x86':
144 # Platform autodetection for the manylinux1 image breaks so we set the
146 # TODO(atash) get better platform-detection support in core so we don't
148 environ['CFLAGS'] = '-DGPR_MANYLINUX1=1'
[all …]
/external/python/pybind11/.github/workflows/
Dci.yml8 - master
9 - stable
10 - v*
17 fail-fast: false
19 runs-on: [ubuntu-latest, windows-latest, macos-latest]
21 - 2.7
22 - 3.5
23 - 3.6
24 - 3.9
25 # - 3.10-dev # Re-enable once 3.10.0a5 is released
[all …]