Home
last modified time | relevance | path

Searched +full:i686 +full:- +full:linux +full:- +full:gnu +full:- +full:pkg +full:- +full:config (Results 1 – 25 of 27) sorted by relevance

12

/third_party/mesa3d/docs/
Dmeson.rst5 ---------------
16 <https://mesonbuild.com/Getting-meson.html>`__ to install the
19 The Meson build of Mesa is tested on Linux, macOS, Windows, Cygwin,
22 Unix-like OSes
28 .. code-block:: sh
30 sudo apt-get install meson # Ubuntu
34 .. code-block:: sh
41 You'll also need `Ninja <https://ninja-build.org/>`__. If it's not
42 already installed, use apt-get or dnf to install the *ninja-build*
48 …cies you would need to install on linux to build and install mesa main. You can install these pack…
[all …]
/third_party/rust/rust/src/ci/docker/host-x86_64/dist-i586-gnu-i586-i686-musl/
DDockerfile4 RUN apt-get update && apt-get install -y --no-install-recommends \
5 g++-multilib \
7 ninja-build \
10 ca-certificates \
14 xz-utils \
18 libssl-dev \
19 pkg-config
21 COPY scripts/cross-apt-packages.sh /scripts/
22 RUN sh /scripts/cross-apt-packages.sh
24 COPY scripts/crosstool-ng.sh /scripts/
[all …]
/third_party/rust/rust/src/ci/docker/host-x86_64/mingw-check/
DDockerfile4 RUN apt-get update && apt-get install -y --no-install-recommends \
7 ninja-build \
10 ca-certificates \
12 python3-pip \
13 python3-pkg-resources \
18 xz-utils \
19 libssl-dev \
20 pkg-config \
21 mingw-w64 \
22 && rm -rf /var/lib/apt/lists/*
[all …]
/third_party/rust/rust/src/ci/docker/host-x86_64/x86_64-gnu-llvm-16/
DDockerfile5 RUN apt-get update && apt-get install -y --no-install-recommends \
7 gcc-multilib \
9 ninja-build \
12 ca-certificates \
18 llvm-16-tools \
19 llvm-16-dev \
20 libedit-dev \
21 libssl-dev \
22 pkg-config \
23 zlib1g-dev \
[all …]
/third_party/rust/rust/src/ci/docker/host-x86_64/x86_64-gnu-llvm-15/
DDockerfile5 RUN apt-get update && apt-get install -y --no-install-recommends \
7 gcc-multilib \
9 ninja-build \
12 ca-certificates \
18 llvm-15-tools \
19 llvm-15-dev \
20 libedit-dev \
21 libssl-dev \
22 pkg-config \
23 zlib1g-dev \
[all …]
/third_party/rust/rust/
DREADME_zh.md3 …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
25 它还使用一个名为 `config.toml` 的文件来确定编译时的各种配置设置。
27 `config.example.toml`.
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`
[all …]
DREADME.md3 …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
25 It also uses a file named `config.toml` to determine various configuration
27 `config.example.toml`.
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
[all …]
DCargo.lock8 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/rust/crates/rustix/.github/workflows/
Dtest-users.yml10 runs-on: ${{ matrix.os }}
15 …build: [ubuntu, i686-linux, aarch64-linux, powerpc64le-linux, riscv64-linux, mipsel-linux, mips64e…
17 - build: ubuntu
18 os: ubuntu-latest
20 - build: i686-linux
21 os: ubuntu-latest
23 target: i686-unknown-linux-gnu
24 gcc_package: gcc-i686-linux-gnu
25 gcc: i686-linux-gnu-gcc
26 libc_package: libc-dev-i386-cross
[all …]
/third_party/vulkan-loader/.github/workflows/
Dbuild.yml1 # Copyright (c) 2021-2024 Valve Corporation
2 # Copyright (c) 2021-2024 LunarG, Inc.
8 # http://www.apache.org/licenses/LICENSE-2.0
21 # https://docs.github.com/en/actions/using-jobs/using-concurrency
25 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
26 cancel-in-progress: true
32 - main
34 permissions: read-all
37 linux:
39 runs-on: ${{matrix.os}}
[all …]
/third_party/nghttp2/.github/workflows/
Dbuild.yml5 permissions: read-all
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
31 if: runner.os == 'Linux'
34 key: ${{ matrix.os }}-libbpf-${{ env.LIBBPF_VERSION }}
[all …]
/third_party/rust/rust/src/tools/rust-analyzer/crates/project-model/test_data/
Dregex-metadata.json4 "name": "aho-corasick",
6 "id": "aho-corasick 0.7.20 (registry+https://github.com/rust-lang/crates.io-index)",
10 "source": "registry+https://github.com/rust-lang/crates.io-index",
14 "source": "registry+https://github.com/rust-lang/crates.io-index",
34 …"src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-0.7.20/src/li…
49 …"manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-0.7.20/C…
56 "text-processing"
66 "repository": "https://github.com/BurntSushi/aho-corasick",
67 "homepage": "https://github.com/BurntSushi/aho-corasick",
77 "id": "cc 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)",
[all …]
Dripgrep-metadata.json4 "name": "aho-corasick",
6 "id": "aho-corasick 0.7.20 (registry+https://github.com/rust-lang/crates.io-index)",
10 "source": "registry+https://github.com/rust-lang/crates.io-index",
14 "source": "registry+https://github.com/rust-lang/crates.io-index",
34 …"src_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-0.7.20/src/li…
49 …"manifest_path": "$ROOT$.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-0.7.20/C…
56 "text-processing"
66 "repository": "https://github.com/BurntSushi/aho-corasick",
67 "homepage": "https://github.com/BurntSushi/aho-corasick",
75 "name": "aho-corasick",
[all …]
/third_party/ffmpeg/doc/
Dplatform.texi1 \input texinfo @c -*- texinfo -*-
2 @documentencoding UTF-8
13 @chapter Unix-like
15 Some parts of FFmpeg cannot be built with version 2.15 of the GNU
21 $(gcc -print-prog-name=as) --version
25 hard-coded path to gas. In the worst case pass @code{--disable-asm}
32 @code{--enable-pic} during FFmpeg configure) and add the following option
36 -Wl,-Bsymbolic
40 pass the correct linking flag (e.g. @code{-pie}) to @code{--extra-ldexeflags}.
44 BSD make will not build FFmpeg, you need to install and use GNU Make
[all …]
/third_party/rust/rust/src/bootstrap/
Ddist.rs8 //! out to `rust-installer` still. This may one day be replaced with bits and
28 use crate::config::TargetSelection;
36 pub fn pkgname(builder: &Builder<'_>, component: &str) -> String { in pkgname()
37 format!("{}-{}", component, builder.rust_package_vers()) in pkgname()
40 pub(crate) fn distdir(builder: &Builder<'_>) -> PathBuf { in distdir()
44 pub fn tmpdir(builder: &Builder<'_>) -> PathBuf { in tmpdir()
48 fn should_build_extended_tool(builder: &Builder<'_>, tool: &str) -> bool { in should_build_extended_tool()
49 if !builder.config.extended { in should_build_extended_tool()
52 builder.config.tools.as_ref().map_or(true, |tools| tools.contains(tool)) in should_build_extended_tool()
64 fn should_run(run: ShouldRun<'_>) -> ShouldRun<'_> { in should_run()
[all …]
DCargo.lock6 name = "aho-corasick"
8 source = "registry+https://github.com/rust-lang/crates.io-index"
17 source = "registry+https://github.com/rust-lang/crates.io-index"
23 source = "registry+https://github.com/rust-lang/crates.io-index"
29 source = "registry+https://github.com/rust-lang/crates.io-index"
33 name = "block-buffer"
35 source = "registry+https://github.com/rust-lang/crates.io-index"
38 "generic-array",
50 "fd-lock",
77 source = "registry+https://github.com/rust-lang/crates.io-index"
[all …]
/third_party/ffmpeg/
Dconfigure5 # Copyright (c) 2000-2002 Fabrice Bellard
6 # Copyright (c) 2005-2008 Diego Biurrun
7 # Copyright (c) 2005-2008 Mans Rullgard
32 if test "0$FF_CONF_EXEC" -lt 1; then
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"
48 echo "Instead, install a working POSIX-compatible shell."
50 if test "$BASH_VERSION" = '2.04.0(1)-release'; then
57 test -d /usr/xpg4/bin && PATH=/usr/xpg4/bin:$PATH
[all …]
/third_party/python/
Dconfigure.ac2 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
52 dnl PY_CHECK_FUNC(FUNCTION, [INCLUDES], [AC_DEFINE-VAR])
[all …]
Dconfigure2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.71 for python 3.11.
8 # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
14 ## -------------------- ##
16 ## -------------------- ##
25 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
27 alias -g '${1+"$@"}'='"$@"'
30 case `(set -o) 2>/dev/null` in #(
32 set -o posix ;; #(
46 # Quoting is to prevent editors from complaining about space-tab.
[all …]
/third_party/lame/
Dconfigure2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for lame 3.100.
5 # Report bugs to <lame-dev@lists.sf.net>.
8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
13 ## -------------------- ##
15 ## -------------------- ##
19 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
22 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
24 alias -g '${1+"$@"}'='"$@"'
27 case `(set -o) 2>/dev/null` in #(
[all …]
/third_party/libabigail/
DChangeLog1 2023-10-20 Dodji Seketeli <dodji@redhat.com>
6 2023-10-20 Dodji Seketeli <dodji@redhat.com>
8 gen-changelog.py: Fix a long standing typo
9 * gen-changelog.py (get_rel_tags): It's libabigail, not GNET.
11 2023-10-20 Dodji Seketeli <dodji@redhat.com>
13 gen-changelog.py: Don't escaping '/' with '\' in regexp
14 * gen-changelog.py (get_rel_tags): Do not escape '/' with '\' in
17 2023-10-20 Dodji Seketeli <dodji@redhat.com>
20 * src/abg-ir.cc (enum_type_decl::get_sorted_enumerators): Add
23 2023-10-18 Dodji Seketeli <dodji@redhat.com>
[all …]
/third_party/python/.cid/patches/
Dcpython_mingw_v3.11.4_20250509.patch6 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/
Dcpython_mingw_v3.11.4.patch1 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/zlib/
DChangeLog5 - Reject overflows of zip header fields in minizip
6 - Fix bug in inflateSync() for data held in bit buffer
7 - Add LIT_MEM define to use more memory for a small deflate speedup
8 - Fix decision on the emission of Zip64 end records in minizip
9 - Add bounds checking to ERR_MSG() macro, used by zError()
10 - Neutralize zip file traversal attacks in miniunz
11 - Fix a bug in ZLIB_DEBUG compiles in check_match()
12 - Various portability and appearance improvements
15 - Remove K&R function definitions and zlib2ansi
16 - Fix bug in deflateBound() for level 0 and memLevel 9
[all …]
/third_party/curl/
DCHANGES13 - 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 …]

12