Home
last modified time | relevance | path

Searched +full:ninja +full:- +full:linux +full:- +full:aarch64 (Results 1 – 25 of 30) sorted by relevance

12

/third_party/ninja/.github/workflows/
Dlinux.yml1 name: Linux
11 runs-on: [ubuntu-latest]
15 - uses: actions/checkout@v2
16 - uses: codespell-project/actions-codespell@master
19 - name: Install dependencies
21 … curl -L -O https://github.com/Kitware/CMake/releases/download/v3.16.4/cmake-3.16.4-Linux-x86_64.sh
22 chmod +x cmake-3.16.4-Linux-x86_64.sh
23 ./cmake-3.16.4-Linux-x86_64.sh --skip-license --prefix=/usr/local
24 …curl -L -O https://www.mirrorservice.org/sites/dl.fedoraproject.org/pub/epel/7/x86_64/Packages/p/p…
25 …curl -L -O https://www.mirrorservice.org/sites/dl.fedoraproject.org/pub/epel/7/x86_64/Packages/p/p…
[all …]
/third_party/mesa3d/docs/
Dmeson.rst5 ---------------
19 <https://mesonbuild.com/Getting-meson.html>`__ to install the
22 The Meson build of Mesa is tested on Linux, macOS, Windows, Cygwin,
25 Unix-like OSes
31 .. code-block:: console
33 sudo apt-get install meson # Ubuntu
37 .. code-block:: console
44 You'll also need `Ninja <https://ninja-build.org/>`__. If it's not
45 already installed, use apt-get or dnf to install the *ninja-build*
53 modules (Mako). You also need pkg-config (a hard dependency of Meson),
[all …]
Dandroid.rst6 of Android, or out-of-tree using the Meson build system and the
15 ------------------------------
19 ``~/.local/share/meson/cross/android-aarch64`` file::
22 ar = 'NDKDIR/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android-ar'
23 c = ['ccache', 'NDKDIR/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android29-clang']
24 …rebuilt/linux-x86_64/bin/aarch64-linux-android29-clang++', '-fno-exceptions', '-fno-unwind-tables'…
27 strip = 'NDKDIR/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android-strip'
28 # Android doesn't come with a pkg-config, but we need one for meson to be happy not
29 # finding all the optional deps it looks for. Use system pkg-config pointing at a
31 pkgconfig = ['env', 'PKG_CONFIG_LIBDIR=NDKDIR/pkgconfig', '/usr/bin/pkg-config']
[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 …]
Dmain.yml6 - main
13 runs-on: ubuntu-latest
15 - uses: actions/checkout@v3
18 - uses: ./.github/actions/install-rust
21 - run: cargo fmt --all -- --check
25 runs-on: ${{ matrix.os }}
30 - build: stable
31 os: ubuntu-latest
33 - build: nightly
34 os: ubuntu-latest
[all …]
/third_party/libuv/.github/workflows/
DCI-unix.yml1 name: CI-unix
6 - '**'
7 - '!docs/**'
8 - '!src/win/**'
9 - '!.**'
10 - '.github/workflows/CI-unix.yml'
13 - v[0-9].*
14 - master
17 build-linux:
18 runs-on: ubuntu-latest
[all …]
/third_party/gn/infra/recipes/gn.expected/
Dci_linux.json34 "--tags",
85 "rev-parse",
102 "name": "git.rev-parse",
111 "-root",
113 "-ensure-file",
114ninja/${platform} version:1.8.2\nfuchsia/third_party/clang/${platform} integration\n@Subdir sysroo…
115 "-max-threads",
117 "-json-output",
139 …TEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-integration-----\",@@@…
140 …"@@@STEP_LOG_LINE@json.output@ \"package\": \"fuchsia/third_party/clang/resolved-platform\"…
[all …]
Dcq_linux.json34 "--tags",
85 "rev-parse",
102 "name": "git.rev-parse",
162 "-root",
164 "-ensure-file",
165ninja/${platform} version:1.8.2\nfuchsia/third_party/clang/${platform} integration\n@Subdir sysroo…
166 "-max-threads",
168 "-json-output",
190 …TEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-integration-----\",@@@…
191 …"@@@STEP_LOG_LINE@json.output@ \"package\": \"fuchsia/third_party/clang/resolved-platform\"…
[all …]
Dcipd_register.json15 "name": "infra-internal:ci"
34 "--tags",
42 "name": "infra-internal:ci"
67 "name": "infra-internal:ci"
85 "rev-parse",
92 "name": "infra-internal:ci"
102 "name": "git.rev-parse",
111 "-root",
113 "-ensure-file",
114ninja/${platform} version:1.8.2\nfuchsia/third_party/clang/${platform} integration\n@Subdir sysroo…
[all …]
Dcipd_exists.json15 "name": "infra-internal:ci"
34 "--tags",
42 "name": "infra-internal:ci"
67 "name": "infra-internal:ci"
85 "rev-parse",
92 "name": "infra-internal:ci"
102 "name": "git.rev-parse",
111 "-root",
113 "-ensure-file",
114ninja/${platform} version:1.8.2\nfuchsia/third_party/clang/${platform} integration\n@Subdir sysroo…
[all …]
/third_party/mesa3d/.gitlab-ci/container/debian/
Dandroid_build.sh3 set -ex
11 apt-get install -y --no-remove $EPHEMERAL
14 ndk=android-ndk-r21d
15 wget -O $ndk.zip https://dl.google.com/android/repository/$ndk-linux-x86_64.zip
16 unzip -d / $ndk.zip "$ndk/toolchains/llvm/*"
20 rdfind -makehardlinks true -makeresultsfile false /android-ndk-r21d/
22 find /android-ndk-r21d/ -type f | egrep -i "clang-check|clang-tidy|lldb" | xargs rm -f
24 sh .gitlab-ci/container/create-android-ndk-pc.sh /$ndk zlib.pc "" "-lz" "1.2.3"
26 sh .gitlab-ci/container/create-android-cross-file.sh /$ndk x86_64-linux-android x86_64 x86_64
27 sh .gitlab-ci/container/create-android-cross-file.sh /$ndk i686-linux-android x86 x86
[all …]
/third_party/skia/third_party/externals/libjpeg-turbo/
DBUILDING.md1 Building libjpeg-turbo
6 ------------------
11 - [CMake](http://www.cmake.org) v2.8.12 or later
13 - [NASM](http://www.nasm.us) or [YASM](http://yasm.tortall.net)
14 (if building x86 or x86-64 SIMD extensions)
19 - NOTE: Currently, if it is desirable to hide the SIMD function symbols in
21 libjpeg-turbo, then NASM 2.14 or later or YASM must be used when
22 building libjpeg-turbo.
25 Red Hat Enterprise Linux 8 and in the PowerTools repository on CentOS 8,
28 The binary RPMs released by the NASM project do not work on older Linux
[all …]
DChangeLog.md11 decompress a specially-crafted malformed progressive JPEG image caused the
18 4. Fixed a floating point exception (CVE-2021-20205) that occurred when
19 attempting to compress a specially-crafted malformed GIF image with a specified
23 generate a progressive JPEG image on an SSE2-capable CPU using a scan script
24 containing one or more scans with lengths divisible by 32 and non-zero
31 command-line argument (`-limitscans`) that causes the TurboJPEG decompression
36 ["Two Issues with the JPEG Standard"](https://libjpeg-turbo.org/pmwiki/uploads/About/TwoIssueswitht…
40 `tjLoadImage()` function to load a 16-bit binary PPM file (a binary PPM file
42 a 16-bit binary PGM file into an RGB image buffer.
45 generated when using the `tjLoadImage()` function to load a 16-bit binary PPM
[all …]
/third_party/mesa3d/docs/ci/
Dindex.rst5 ---------
8 We use it to test merge requests (MRs) before merging them (pre-merge testing),
9 as well as post-merge testing, for everything that hits ``main``
14 The CI runs a number of tests, from trivial build-testing to complex GPU rendering:
16 - Build testing for a number of build systems, configurations and platforms
17 - Sanity checks (``meson test``)
18 - Some drivers (softpipe, llvmpipe, freedreno and panfrost) are also tested
19 using `VK-GL-CTS <https://github.com/KhronosGroup/VK-GL-CTS>`__
20 - Replay of application traces
30 If you're interested in the details, the main configuration file is ``.gitlab-ci.yml``,
[all …]
/third_party/mesa3d/.gitlab-ci/container/
Dlava_build.sh3 set -e
4 set -o xtrace
10 MINIO_PATH="${MINIO_HOST}/mesa-lava/$1/${DISTRIBUTION_TAG}/${DEBIAN_ARCH}"
11 if wget -q --method=HEAD "https://${MINIO_PATH}/done"; then
16 # If remote files are up-to-date, skip rebuilding them
20 . .gitlab-ci/container/container_pre_build.sh
22 # Install rust, which we'll be using for deqp-runner. It will be cleaned up at the end.
23 . .gitlab-ci/container/build-rust.sh
26 GCC_ARCH="aarch64-linux-gnu"
30 DEVICE_TREES="arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dtb"
[all …]
/third_party/node/deps/v8/tools/dev/
Dgm.py3 # Use of this source code is governed by a BSD-style license that can be
6 Convenience wrapper for compiling V8 with gn/ninja and running tests.
8 Produces simulator builds for non-Intel target architectures.
13 gm.py [<arch>].[<mode>[-<suffix>]].[<target>] [testname...] [--flag]
16 gm.py ia32.debug x64.release x64.release-my-custom-opts d8
17 gm.py android_arm.release.check --progress=verbose
18 gm.py x64 mjsunit/foo cctest/test-bar/*
20 Flags are passed unchanged to the test runner. They must start with -- and must
33 USE_PTY = "linux" in sys.platform
37 BUILD_TARGETS_TEST = ["d8", "bigint_shell", "cctest", "inspector-test",
[all …]
/third_party/node/
DBUILDING.md13 * [Supported platforms](#supported-platforms)
16 * [Platform list](#platform-list)
17 * [Supported toolchains](#supported-toolchains)
18 * [Official binary platforms and toolchains](#official-binary-platforms-and-toolchains)
19 * [OpenSSL asm support](#openssl-asm-support)
20 * [Previous versions of this document](#previous-versions-of-this-document)
21 * [Building Node.js on supported platforms](#building-nodejs-on-supported-platforms)
22 * [Note about Python](#note-about-python)
23 * [Unix and macOS](#unix-and-macos)
24 * [Unix prerequisites](#unix-prerequisites)
[all …]
DMakefile1 -include config.mk
10 STAGINGSERVER ?= node-www
12 OSTYPE := $(shell uname -s | tr '[:upper:]' '[:lower:]')
16 ARCHTYPE := $(shell uname -m | tr '[:upper:]' '[:lower:]')
17 COVTESTS ?= test-cov
20 GNUMAKEFLAGS += --no-print-directory
27 PARALLEL_ARGS = -j $(JOBS)
33 TAP_V8 := --junitout $(PWD)/v8-tap.xml
34 TAP_V8_INTL := --junitout $(PWD)/v8-intl-tap.xml
35 TAP_V8_BENCHMARKS := --junitout $(PWD)/v8-benchmarks-tap.xml
[all …]
/third_party/openssl/
DBUILD.gn1 # Copyright (c) 2020-2022 Huawei Device Co., Ltd.
6 # http://www.apache.org/licenses/LICENSE-2.0
35 if (current_cpu == "arm" && !(current_os == "linux" || host_os == "mac")) {
36 print("openssl selected linux-armv4")
37 openssl_selected_platform = "linux-armv4"
39 (!(current_os == "linux" || host_os == "mac") ||
41 (current_os == "linux" || host_os == "linux"))) {
42 print("openssl selected linux-aarch64")
43 openssl_selected_platform = "linux-aarch64"
47 print("openssl selected darwin64-x86_64-cc")
[all …]
/third_party/mesa3d/android/
Dmesa3d_cross.mk1 # Mesa 3-D graphics library
24 MY_PATH := $(call my-dir)
27 define relative-to-absolute
34 m_dummy := $(local-generated-sources-dir)/dummy.c
36 mkdir -p $(dir $@)
83 --cross-file $(call relative-to-absolute,$(MESON_GEN_DIR))/aosp_cross \
84 --buildtype=release \
85 -Ddri-search-path=/vendor/$(MESA3D_LIB_DIR)/dri \
86 -Dplatforms=android \
87 -Dplatform-sdk-version=$(PLATFORM_SDK_VERSION) \
[all …]
/third_party/toybox/www/
Dfaq.html2 <!--#include file="header.html" -->
26 <!-- get binaries -->
29 <li><h2><a href="#system">What part of Linux/Android does toybox provide?</h2></li>
30 <li><h2><a href="#mkroot">How do I build a working Linux system with toybox?</a></h2></li>
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
[all …]
/third_party/node/deps/uv/
DChangeLog7 * aix, ibmi: handle server hang when remote sends TCP RST (V-for-Vasili)
17 * ibmi: Implement UDP disconnect (V-for-Vasili)
33 * build: re-enable CI for windows changes (Jameson Nash)
37 * test: remove unused declarations in tcp_rst test (V-for-Vasili)
39 * core: add thread-safe strtok implementation (Guilherme Íscaro)
41 * win: fix incompatible-types warning (twosee)
45 * build: fix AIX xlc autotools build (V-for-Vasili)
51 * doc: make sample cross-platform build (gengjiawen)
55 * sunos: fs-event callback can be called after uv_close() (Andy Fiddaman)
57 * uv: re-register interest in a file after change (Shuowang (Wayne) Zhang)
[all …]
/third_party/libuv/
DChangeLog11 * build,win: remove extraneous -lshell32 (Ben Noordhuis)
19 * test: check if ipv6 link-local traffic is routable (Ben Noordhuis)
23 * linux: disable io_uring on hppa below kernel 6.1.51 (matoro)
35 * test_fs.c: Fix issue on 32-bit systems using btrfs (Stephen Gallagher)
37 * misc: ignore libuv-release-tool files (Jameson Nash)
43 * linux: remove HAVE_IFADDRS_H macro (Ben Noordhuis)
45 * test: skip tcp-write-in-a-row on IBM i (Abdirahim Musse)
55 * linux: fix bind/connect for abstract sockets (Santiago Gimeno)
61 * unix: support full TCP keep-alive on Solaris (Andy Pan)
65 * linux: retry fs op if unsupported by io_uring (Santiago Gimeno)
[all …]
/third_party/node/doc/api/
Dall.json21- Deprecated. The feature may emit warnings. Backward\ncompatibility is not guaranteed.</p>\n</blo…
26 "desc": "<!-- STABILITY_OVERVIEW_SLOT_BEGIN -->\n<!-- STABILITY_OVERVIEW_SLOT_END -->",
58-linked shared objects written in C++. The\n<a href=\"modules.html#requireid\"><code>require()</co…
63-js\">module.exports.hello = () => 'world';\n</code></pre>\n<p>First, create the file <code>hello.…
66 "textRaw": "Context-aware addons",
67 "name": "context-aware_addons",
68-aware addon can be constructed by using the macro\n<code>NODE_MODULE_INITIALIZER</code>, which ex…
80 "pr-url": "https://github.com/nodejs/node/pull/34572",
85-on needs to either:</p>\n<ul>\n<li>Be an Node-API addon, or</li>\n<li>Be declared as context-awar…
91 "displayName": "Context-aware addons"
[all …]
/third_party/json/
DChangeLog.md4 ## [3.11.2](https://github.com/nlohmann/json/releases/tag/3.11.2) (2022-08-12)
8 - MSVC natvis visualizer does not work after introduction of inline ABI namespace [\#3696](https://…
9 - The use of parenthesis gives compilation errors in some situations [\#3682](https://github.com/nl…
10 - extern from/to\_json result in linker error [\#3657](https://github.com/nlohmann/json/issues/3657)
11 - json\_fwd.hpp no longer standalone [\#3656](https://github.com/nlohmann/json/issues/3656)
12 - regression: `.value<size_t>` is compilation error. [\#3655](https://github.com/nlohmann/json/issu…
13 - Regression: no match for 'operator!=' comparing json\_pointer and const char \*/string\_t [\#3654…
14 - Regression: call to member function 'value' is ambiguous [\#3652](https://github.com/nlohmann/jso…
15 - macOS 10.15 Actions runner image deprecation [\#3612](https://github.com/nlohmann/json/issues/361…
17 - generate\_natvis.py: validate version number; cleanup [\#3698](https://github.com/nlohmann/json/p…
[all …]

12