Searched +full:i686 +full:- +full:openssl +full:- +full:1 (Results 1 – 25 of 29) sorted by relevance
12
| /third_party/rust/crates/rust-openssl/.circleci/ |
| D | config.yml | 6 key: registry-{{ .BuildNum }} 8 - /usr/local/cargo/registry/index 10 key: lib-{{ checksum "~/lib_key" }}-{{ checksum "test/build_openssl.sh" }} 18 - /openssl 20 key: deps-1.19.0-{{ checksum "Cargo.lock" }}-{{ checksum "~/lib_key" }}-2 28 - target 29 - /usr/local/cargo/registry/cache 34 - image: rust:1.19.0 36 - checkout 37 - run: apt-get update [all …]
|
| /third_party/rust/rust/src/ci/docker/host-x86_64/dist-i686-linux/ |
| D | Dockerfile | 9 RUN yum upgrade -y && \ 10 yum install -y epel-release && \ 11 yum install -y \ 17 gcc-c++ \ 19 glibc-devel.i686 \ 20 glibc-devel.x86_64 \ 21 libedit-devel \ 22 libstdc++-devel.i686 \ 23 libstdc++-devel.x86_64 \ 25 ncurses-devel \ [all …]
|
| /third_party/rust/rust/src/ci/docker/host-x86_64/dist-x86_64-linux/ |
| D | Dockerfile | 9 RUN yum upgrade -y && \ 10 yum install -y epel-release && \ 11 yum install -y \ 17 gcc-c++ \ 19 glibc-devel.i686 \ 20 glibc-devel.x86_64 \ 21 libedit-devel \ 22 libstdc++-devel.i686 \ 23 libstdc++-devel.x86_64 \ 25 ncurses-devel \ [all …]
|
| /third_party/openssl/ |
| D | NOTES-WINDOWS.md | 4 - [Native builds using Visual C++](#native-builds-using-visual-c++) 5 - [Native builds using Embarcadero C++Builder]( 6 #native-builds-using-embarcadero-c++-builder) 7 - [Native builds using MinGW](#native-builds-using-mingw) 8 - [Linking native applications](#linking-native-applications) 9 - [Hosted builds using Cygwin](#hosted-builds-using-cygwin) 11 There are various options to build and run OpenSSL on the Windows platforms. 13 "Native" OpenSSL uses the Windows APIs directly at run time. 14 To build a native OpenSSL you can either use: 21 run on the GNU-like development environment MSYS2 [all …]
|
| /third_party/rust/rust/ |
| D | README_zh.md | 3 …tps://img.shields.io/badge/Rust_Community%20-Join_us-brightgreen?style=plastic&logo=rust)](https:/… 8 [Rust]: https://www.rust-lang.org/ 18 ["安装"]: https://doc.rust-lang.org/book/ch01-01-installation.html 19 [本书]: https://doc.rust-lang.org/book/index.html 40 关于 `x.py` 的更多信息,可以通过使用 `--help`标记来运行它 43 [gettingstarted]: https://rustc-dev-guide.rust-lang.org/getting-started.html 44 [rustcguidebuild]: https://rustc-dev-guide.rust-lang.org/building/how-to-build-and-run.html#what-is… 55 * 如果在 Linux 上编译并以 Linux 为目标,则需要 `pkg-config` 58 要编译 Cargo,还需要 OpenSSL(在大多数 Unix 发行版上为 `libssl-dev` 或 `openssl-devel` )。 64 …[LLVM 的文档](https://llvm.org/docs/GettingStarted.html#host-c-toolchain-both-compiler-and-standard-l… [all …]
|
| D | README.md | 3 …tps://img.shields.io/badge/Rust_Community%20-Join_us-brightgreen?style=plastic&logo=rust)](https:/… 8 [Rust]: https://www.rust-lang.org/ 18 ["Installation"]: https://doc.rust-lang.org/book/ch01-01-installation.html 19 [The Book]: https://doc.rust-lang.org/book/index.html 40 More information about `x.py` can be found by running it with the `--help` flag 43 [gettingstarted]: https://rustc-dev-guide.rust-lang.org/getting-started.html 44 [rustcguidebuild]: https://rustc-dev-guide.rust-lang.org/building/how-to-build-and-run.html#what-is… 52 * A C compiler (when building for the host, `cc` is enough; cross-compiling may 55 * `pkg-config` if you are compiling on Linux and targeting Linux 56 * `libiconv` (already included with glibc on Debian-based distros) [all …]
|
| D | Cargo.lock | 8 source = "registry+https://github.com/rust-lang/crates.io-index" 17 source = "registry+https://github.com/rust-lang/crates.io-index" 22 "rustc-std-workspace-alloc", 23 "rustc-std-workspace-core", 29 source = "registry+https://github.com/rust-lang/crates.io-index" 33 "rustc-std-workspace-core", 39 source = "registry+https://github.com/rust-lang/crates.io-index" 50 source = "registry+https://github.com/rust-lang/crates.io-index" 53 "cfg-if", 59 name = "aho-corasick" [all …]
|
| /third_party/mbedtls/tests/docker/bionic/ |
| D | Dockerfile | 4 # ------- 9 # https://github.com/Mbed-TLS/mbedtls-test/blob/master/README.md#quick-start 13 # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later 22 RUN apt-get update \ 23 && apt-get -y install software-properties-common \ 24 && rm -rf /var/lib/apt/lists 26 RUN add-apt-repository -y ppa:team-gcc-arm-embedded/ppa 28 RUN apt-get update \ 29 && apt-get -y install \ 31 build-essential \ [all …]
|
| /third_party/nghttp2/.github/workflows/ |
| D | build.yml | 5 permissions: read-all 9 OPENSSL1_VERSION: 1_1_1w+quic 15 WOLFSSL_VERSION: v5.7.2-stable 18 build-cache: 21 os: [ubuntu-24.04, macos-13, macos-14] 23 runs-on: ${{ matrix.os }} 26 - name: Checkout 28 - name: Restore libbpf cache 29 id: cache-libbpf 34 key: ${{ matrix.os }}-libbpf-${{ env.LIBBPF_VERSION }} [all …]
|
| /third_party/fsverity-utils/scripts/ |
| D | run-tests.sh | 2 # SPDX-License-Identifier: MIT 5 # Use of this source code is governed by an MIT-style 10 # Test script for fsverity-utils. Runs 'make check' in lots of configurations, 14 # fsverity-utils into a kvm-xfstests test appliance and run 15 # 'kvm-xfstests -c ext4,f2fs -g verity' 17 set -e -u -o pipefail 22 echo "[$(date)] $*" 1>&2 27 echo "FAIL: $*" 1>&2 28 exit 1 31 TMPDIR=$(mktemp -d -t libfsverity_test.XXXXXXXXX) [all …]
|
| /third_party/mbedtls/tests/scripts/ |
| D | all.sh | 6 # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later 15 # ------- 20 # --------------- 32 # * Basic Unix tools (Windows users note: a Unix-style find must be before 39 # * arm-gcc and mingw-gcc 40 # * ArmCC 5 and ArmCC 6, unless invoked with --no-armcc 41 # * OpenSSL and GnuTLS command line tools, in suitable versions for the 46 # * OPENSSL = 1.0.2g (without Debian/Ubuntu patches) 47 # * OPENSSL_NEXT = 1.1.1a 53 # The behavior on an error depends on whether --keep-going (alias -k) [all …]
|
| /third_party/openssl/Configurations/ |
| D | 15-android.conf | 3 # See NOTES-Android.md for details, and don't miss platform-specific 11 arm => "arm-linux-androideabi", 12 arm64 => "aarch64-linux-android", 13 mips => "mipsel-linux-android", 14 mips64 => "mips64el-linux-android", 15 x86 => "i686-linux-android", 16 x86_64 => "x86_64-linux-android", 33 my $is_standalone_toolchain = -f "$ndk/AndroidVersion.txt"; 35 my $is_ndk = -f $ndk_src_props; 46 if (m|Pkg\.Revision\s*=\s*([0-9]+)|) { [all …]
|
| D | 10-main.conf | 1 ## -*- mode: perl; -*- 2 ## Standard openssl configuration targets. 8 if (`nasm -v 2>NUL` =~ /NASM version ([0-9]+\.[0-9]+)/ && $1 >= 2.0) { 10 ASFLAGS => "-g", 11 asflags => "-Ox -f win64 -DNEAR", 12 asoutflag => "-o " }; 20 $die->("NASM not found - make sure it's installed and available on %PATH%\n"); 33 my $ver=`nasm -v 2>NUL`; 34 my $vew=`nasmw -v 2>NUL`; 38 asflags => "-f win32", [all …]
|
| /third_party/libwebsockets/READMEs/ |
| D | README.build.md | 8 ./bootstrap-vcpkg.sh 16 CMake is a multi-platform build tool that can generate build files for many 19 CMake also allows/recommends you to do "out of source"-builds, that is, 25 with SSL support (for OpenSSL/wolfSSL/BoringSSL): 27 - Windows (Visual Studio) 28 - Windows (MinGW) 29 - Linux (x86 and ARM) 30 - OSX 31 - NetBSD 41 Note that by default OpenSSL will be linked, if you don't want SSL support [all …]
|
| /third_party/ffmpeg/ |
| D | configure | 5 # Copyright (c) 2000-2002 Fabrice Bellard 6 # Copyright (c) 2005-2008 Diego Biurrun 7 # Copyright (c) 2005-2008 Mans Rullgard 18 echo "Trying shell $1" 19 type "$1" > /dev/null 2>&1 && exec "$@" 32 if test "0$FF_CONF_EXEC" -lt 1; then 33 FF_CONF_EXEC=1 36 if test "0$FF_CONF_EXEC" -lt 2; then 40 if test "0$FF_CONF_EXEC" -lt 3; then 45 echo "This configure script requires a POSIX-compatible shell" [all …]
|
| /third_party/libwebsockets/test-apps/android/app/src/main/jni/ |
| D | NativeLibs.mk | 28 # zlib-1.2.8.tar.gz 29 # openssl-1.0.2g.tar.gz 39 # At least on Debian, building openssl requires package xutils-dev 41 # installed, but xutils-dev is not that obvious in this case... 44 # stage of building openssl. In this case these warnings can be safely ignored. 50 -include Application.mk 56 NDK_ROOT := /opt/Android/SDK/ndk-bundle 68 NDK_APP_ABI = armeabi armeabi-v7a arm64-v8a mips mips64 x86 x86_64 78 APP_PLATFORM = android-21 85 # Zlib and openssl should be defined in Application.mk, libwebsockets is [all …]
|
| /third_party/grpc/ |
| D | setup.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 43 # Redirect the manifest template from MANIFEST.in to PYTHON-MANIFEST.in. 44 egg_info.manifest_maker.template = "PYTHON-MANIFEST.in" 52 ABSL_INCLUDE = (os.path.join("third_party", "abseil-cpp"),) 71 os.path.join("third_party", "boringssl-with-bazel", "src", "include"), 74 UPB_GRPC_GENERATED_INCLUDE = (os.path.join("src", "core", "ext", "upb-gen"),) 76 os.path.join("src", "core", "ext", "upbdefs-gen"), 87 # Break import-style to ensure we can actually find our in-repo dependencies. 104 "Development Status :: 5 - Production/Stable", 129 # Example value: "linux-aarch64" [all …]
|
| /third_party/rust/rust/src/tools/tidy/src/ |
| D | deps.rs | 1 //! Checks the licenses of third-party dependencies. 11 // tidy-alphabetical-start 12 "(MIT OR Apache-2.0) AND Unicode-DFS-2016", // unicode_ident 13 "0BSD OR MIT OR Apache-2.0", // adler license 15 "Apache-2.0 / MIT", 16 "Apache-2.0 OR MIT", 17 "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", // wasi license 18 "Apache-2.0/MIT", 20 "MIT / Apache-2.0", 21 "MIT OR Apache-2.0 OR Zlib", // tinyvec_macros [all …]
|
| /third_party/python/.cid/patches/ |
| D | cpython_mingw_v3.11.4_20250509.patch | 6 Change-Id: I7ae3759608e3fc26eb2ebef1fb200e46b3add264 7 --- 9 .gitignore | 5 +- 10 Include/bytesobject.h | 4 +- 11 Include/fileobject.h | 2 +- 14 Include/osdefs.h | 1 - 16 Include/pyerrors.h | 4 +- 18 Include/pyport.h | 41 +- 20 Include/sysmodule.h | 4 +- 22 Lib/ctypes/__init__.py | 4 +- [all …]
|
| /third_party/python/patches/ |
| D | cpython_mingw_v3.11.4.patch | 1 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml 4 --- /dev/null 6 @@ -0,0 +1,418 @@ 9 +# gh-84728: "paths-ignore" is not used to skip documentation-only PRs, because 11 +# mandatory but not scheduled because of "paths-ignore". 16 + - 'main' 17 + - '3.11' 18 + - '3.10' 19 + - '3.9' 20 + - '3.8' [all …]
|
| /third_party/openssl/util/perl/OpenSSL/ |
| D | config.pm | 2 # Copyright 1998-2023 The OpenSSL Project Authors. All Rights Reserved. 7 # https://www.openssl.org/source/license.html 12 package OpenSSL::config; 28 my $WAIT = 1; 56 my $v = `$CROSS_COMPILE$CC -v 2>&1`; 57 $v =~ m/(?:(?:clang|LLVM) version|.*based on LLVM)\s+([0-9]+\.[0-9]+)/; 58 return $1; 62 my $nul = File::Spec->devnull(); 63 my $v = `$CROSS_COMPILE$CC -dumpversion 2> $nul`; 66 $v =~ s/^[a-zA-Z]*\-//; [all …]
|
| /third_party/curl/ |
| D | CHANGES | 13 - RELEASE-NOTES: synced 17 - THANKS: new contributors from 8.5.0 21 - cd2nroff: use perl 'strict' and 'warnings' 23 - Use strict and warnings pragmas. 25 - If open() fails then show the reason. 27 - Set STDIN io layer :crlf so that input is properly read on Windows. 29 - When STDIN is used as input, the filename $f is now set to "STDIN". 38 - cd2nroff: fix duplicate output issue 40 Assisted-by: Jay Satiro 41 Fixes https://github.com/curl/curl-www/issues/321 [all …]
|
| /third_party/mbedtls/tests/ |
| D | ssl-opt.sh | 3 # ssl-opt.sh 6 # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later 21 set -u 25 ulimit -f 20971520 37 : ${OPENSSL:=openssl} 38 : ${GNUTLS_CLI:=gnutls-cli} 39 : ${GNUTLS_SERV:=gnutls-serv} 42 # The OPENSSL variable used to be OPENSSL_CMD for historical reasons. 47 if [ "$OPENSSL_CMD" != "$OPENSSL" ]; then 48 echo "Please use OPENSSL instead of OPENSSL_CMD." >&2 [all …]
|
| /third_party/python/ |
| D | configure.ac | 2 dnl * Please run autoreconf -if to test your changes! * 5 dnl Python's configure.ac file requires autoconf 2.69 and autoconf-archive. 18 [AC_MSG_ERROR([Please install autoconf-archive package and re-run autoreconf])] 23 [AC_MSG_ERROR([Please install pkgconf's m4 macro package and re-run autoreconf])] 27 dnl - _SAVE_VAR([VAR]) Helper for SAVE_ENV; stores VAR as save_VAR 28 dnl - _RESTORE_VAR([VAR]) Helper for RESTORE_ENV; restores VAR from save_VAR 29 dnl - SAVE_ENV Saves CFLAGS, LDFLAGS, LIBS, and CPPFLAGS 30 dnl - RESTORE_ENV Restores CFLAGS, LDFLAGS, LIBS, and CPPFLAGS 31 dnl - WITH_SAVE_ENV([SCRIPT]) Runs SCRIPT wrapped with SAVE_ENV/RESTORE_ENV 32 AC_DEFUN([_SAVE_VAR], [AS_VAR_COPY([save_][$1], [$1])])dnl [all …]
|
| /third_party/toybox/www/ |
| D | faq.html | 2 <!--#include file="header.html" --> 26 <!-- get binaries --> 37 and <a href=http://landley.net/notes-2006.html#28-09-2006>started over from 39 <a href=http://lists.busybox.net/pipermail/busybox/2006-September/058617.html>protracted licensing … 42 <a href=http://landley.net/notes-2011.html#13-11-2011>relaunched</a> 44 <a href=http://landley.net/aboriginal/about.html#selfhost>self-hosting</a>. 48 after a lot of thinking <a href=http://landley.net/talks/ohio-2013.txt>about 49 licenses</a> and <a href=http://landley.net/notes-2011.html#21-03-2011>the 53 <a href=http://landley.net/talks/celf-2013.txt>strategy</a> 54 to make Android self-hosting using toybox. This helped [all …]
|
12