Searched +full:build +full:- +full:aarch64 (Results 1 – 25 of 318) sorted by relevance
12345678910>>...13
| /third_party/rust/crates/rustix/.github/workflows/ |
| D | main.yml | 6 - 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 }} 28 build: [stable, nightly, 1.48] 30 - build: stable 31 os: ubuntu-latest 33 - build: nightly [all …]
|
| D | test-users.yml | 10 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/vixl/ |
| D | SConstruct | 45 Build system for the VIXL project. 46 See README.md for documentation and details about the build system. 50 # We track top-level targets to automatically generate help and alias them. 72 # Build options ---------------------------------------------------------------- 75 # The SConstruct will check the build variables and construct the build 79 'CCFLAGS' : ['-Wall', 80 '-Werror', 81 '-fdiagnostics-show-option', 82 '-Wextra', 83 '-Wredundant-decls', [all …]
|
| D | README.md | 29 Build and Test Status 30 --------------------- 32 …* [](https://c… 33 …Build Status](https://ci.linaro.org/buildStatus/icon?job=linaro-art-vixlpresubmit-native-armv8)](h… 34 …* [](htt… 49 To build VIXL the following software is required: 55 A 64-bit host machine is required, implementing an LP64 data model. VIXL has 56 been tested using GCC on AArch64 Debian, GCC and Clang on amd64 Ubuntu 64 3. clang-format-4.0 65 4. clang-tidy-4.0 [all …]
|
| /third_party/mesa3d/docs/ |
| D | android.rst | 5 into the Android OS using the Android.mk build system on older versions 6 of Android, or out-of-tree using the Meson build system and the 9 The Android.mk build system has proven to be hard to maintain, as one 10 needs a built Android tree to build against, and it has never been 11 tested in CI. The meson build system flow is frequently used by 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 …built/linux-x86_64/bin/aarch64-linux-android29-clang++', '-fno-exceptions', '-fno-unwind-tables', … [all …]
|
| D | meson.rst | 5 --------------- 10 **Mesa's Meson build system is generally considered stable and ready for 15 Mesa requires Meson >= 0.53.0 to build. 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 [all …]
|
| /third_party/libuv/.github/workflows/ |
| D | CI-unix.yml | 1 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/rust/crates/libc/ci/ |
| D | build.sh | 5 # The FILTER environment variable can be used to select which target(s) to build. 8 set -ex 18 rustup component add rust-src 32 until [ $n -ge $N ] 34 if rustup target add "${TARGET}" --toolchain "${RUST}" ; then 44 cargo "+${RUST}" "${BUILD_CMD}" -vv --no-default-features --target "${TARGET}" 46 # FIXME: With `build-std` feature, `compiler_builtins` emits a lof of lint warnings. 47 RUSTFLAGS="-A improper_ctypes_definitions" cargo "+${RUST}" "${BUILD_CMD}" \ 48 -Z build-std=core,alloc -vv --no-default-features --target "${TARGET}" 53 cargo "+${RUST}" "${BUILD_CMD}" -vv --target "${TARGET}" [all …]
|
| /third_party/musl/ |
| D | musl_template.gni | 1 import("//build/config/clang/clang.gni") 2 import("//build/ohos.gni") 25 configs = [ "//build/config/coverage:default_coverage" ] 28 configs += [ "//build/config/posix:runtime_library" ] 51 ldflags = [ "-nostdlib" ] 110 configs -= musl_inherited_configs 119 "//build/config/compiler:compiler", 124 "-mllvm", 125 "--instcombine-max-iterations=0", 126 "-ffp-contract=fast", [all …]
|
| /third_party/ninja/.github/workflows/ |
| D | linux.yml | 10 build: 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/rust/crates/nix/ |
| D | .cirrus.yml | 6 # Build by default; don't just check 7 BUILD: build 8 RUSTFLAGS: -D warnings 9 RUSTDOCFLAGS: -D warnings 15 # Tests that don't require executing the build binaries 16 build: &BUILD 18 - . $HOME/.cargo/env || true 19 - $TOOL +$TOOLCHAIN -Vv 20 - rustc +$TOOLCHAIN -Vv 21 - $TOOL +$TOOLCHAIN $BUILD $ZFLAGS --target $TARGET --all-targets [all …]
|
| /third_party/libwebsockets/ |
| D | .sai.json | 2 "schema": "sai-1", 8 "linux-debian-11/x86_64-amd/gcc": { 9 …build": "mkdir build destdir;cd build;export CCACHE_DISABLE=1;export LD_LIBRARY_PATH=../destdir/us… 11 "linux-debian-buster/x86-amd/gcc": { 12 …build": "mkdir build destdir;cd build;export CCACHE_DISABLE=1;export LD_LIBRARY_PATH=../destdir/us… 14 "linux-debian-sid/x86_64-amd/gcc": { 15 …build": "mkdir build destdir;cd build;export CCACHE_DISABLE=1;export LD_LIBRARY_PATH=../destdir/us… 17 "linux-ubuntu-xenial/x86_64-amd/gcc": { 18 …build": "mkdir build destdir;cd build;export CCACHE_DISABLE=1;export LD_LIBRARY_PATH=../destdir/us… 20 "linux-debian-sid/x86-amd/gcc": { [all …]
|
| /third_party/libunwind/ |
| D | BUILD.gn | 6 # http://www.apache.org/licenses/LICENSE-2.0 15 import("//build/lite/config/component/lite_component.gni") 17 import("//build/ohos.gni") 23 "libunwind/src/dwarf/Gfind_proc_info-lsb.c", 30 "libunwind/src/dwarf/Lfind_proc_info-lsb.c", 35 "libunwind/src/mi/dyn-cancel.c", 36 "libunwind/src/mi/dyn-info-list.c", 37 "libunwind/src/mi/dyn-register.c", 40 "libunwind/src/mi/Gdyn-extract.c", 41 "libunwind/src/mi/Gdyn-remote.c", [all …]
|
| /third_party/gn/infra/recipes/gn.expected/ |
| D | ci_linux.json | 19 "name": "invocations/build:8945511751514863184", 34 "--tags", 46 "name": "invocations/build:8945511751514863184", 71 "name": "invocations/build:8945511751514863184", 85 "rev-parse", 96 "name": "invocations/build:8945511751514863184", 102 "name": "git.rev-parse", 111 "-root", 113 "-ensure-file", 114 …linux git_revision:c912d089c3d46d8982fdef76a50514cca79b6132\n@Subdir sysroot-focal\nfuchsia/third_… [all …]
|
| D | cipd_register.json | 15 "name": "infra-internal:ci" 19 "name": "invocations/build:8945511751514863184", 34 "--tags", 42 "name": "infra-internal:ci" 46 "name": "invocations/build:8945511751514863184", 67 "name": "infra-internal:ci" 71 "name": "invocations/build:8945511751514863184", 85 "rev-parse", 92 "name": "infra-internal:ci" 96 "name": "invocations/build:8945511751514863184", [all …]
|
| D | cipd_exists.json | 15 "name": "infra-internal:ci" 19 "name": "invocations/build:8945511751514863184", 34 "--tags", 42 "name": "infra-internal:ci" 46 "name": "invocations/build:8945511751514863184", 67 "name": "infra-internal:ci" 71 "name": "invocations/build:8945511751514863184", 85 "rev-parse", 92 "name": "infra-internal:ci" 96 "name": "invocations/build:8945511751514863184", [all …]
|
| /third_party/libwebsockets/contrib/ |
| D | cross-aarch64-qnx.cmake | 2 # CMake Toolchain file for crosscompiling aarch64 for QNX. 5 # cd build/ 6 # cmake .. -DCMAKE_TOOLCHAIN_FILE=../cross-aarch64-qnx.cmake 15 set(CMAKE_SYSTEM_PROCESSOR aarch64) 18 set(CMAKE_C_COMPILER "${CROSS_PATH}/bin/ntoaarch64-gcc") 19 set(CMAKE_CXX_COMPILER "${CROSS_PATH}/bin/ntoaarch64-g++") 21 set(CMAKE_C_FLAGS "-Wno-error") 25 # Different build system distros set release optimization level to different 26 # things according to their local policy, eg, Fedora is -O2 and Ubuntu is -O3 27 # here. Actually the build system's local policy is completely unrelated to [all …]
|
| D | cross-aarch64.cmake | 5 # cd build/ 6 # cmake .. -DCMAKE_TOOLCHAIN_FILE=../cross-arm-linux-gnueabihf.cmake 11 set(CMAKE_SYSTEM_PROCESSOR aarch64) 14 set(CMAKE_C_COMPILER "aarch64-linux-gnu-gcc") 15 set(CMAKE_CXX_COMPILER "aarch64-linux-gnu-g++") 18 # Different build system distros set release optimization level to different 19 # things according to their local policy, eg, Fedora is -O2 and Ubuntu is -O3 20 # here. Actually the build system's local policy is completely unrelated to 21 # our desire for cross-build release optimization policy for code built to run 22 # on a completely different target than the build system itself. [all …]
|
| D | cross-aarch64-android.cmake | 2 # CMake Toolchain file for crosscompiling Android / aarch64 5 # cd build/ 6 # cmake .. -DCMAKE_TOOLCHAIN_FILE=contrib/cross-aarch64-android.cmake 12 set(CMAKE_SYSTEM_PROCESSOR aarch64) 14 set(CROSS_SYSROOT "${NDK}/platforms/android-${ANDROID_API_VER}/arch-${ABARCH1}") 15 set(BUILD_ARCH linux-x86_64) 21 set(TC_BASE ${TC_PATH}/bin/${CMAKE_SYSTEM_PROCESSOR}-linux-android) 24 set(CMAKE_C_COMPILER "${TC_BASE}${ANDROID_API_VER}-clang") 25 set(CMAKE_CXX_COMPILER "${TC_BASE}${ANDROID_API_VER}-clang++") 29 # Different build system distros set release optimization level to different [all …]
|
| /third_party/elfutils/tests/ |
| D | run-readelf-n.sh | 17 . $srcdir/test-subr.sh 19 # - testfile-gnu-property-note.c 26 # gcc -fcf-protection -c testfile-gnu-property-note.c 27 # gcc -o testfile-gnu-property-note testfile-gnu-property-note.o 28 # eu-strip --strip-sections testfile-gnu-property-note 30 testfiles testfile-gnu-property-note.o testfile-gnu-property-note 33 testrun_compare ${abs_top_builddir}/src/readelf -n testfile-gnu-property-note.o << EOF 42 testrun_compare ${abs_top_builddir}/src/readelf -n testfile-gnu-property-note << EOF 54 Build ID: 83cb2229fabd2065d1361f5b46424cd75270f94b 60 testrun_compare ${abs_top_builddir}/src/readelf -n testfile11 << EOF [all …]
|
| /third_party/musl/config/ |
| D | README_zh.md | 12 /etc/ld-musl-namespace-$ARCH.ini 15 其中`$ARCH`为系统的CPU架构,比如`arm`或`aarch64`等。 21 …路径中间使用`:`号分隔,判断是否为asan linker是看linker的名字中是否含有`-asan`,比如`ld-musl-aarch64.so.1`是正常版本的linker,`ld-musl… 25 …在asan双库版本构建脚本`build/common/asan/build_mixed_asan.sh`中,是通过将asan版本的lib和bin放到`/data`目录下,然后调整系统服务进程的配置… 32 [参考wiki](https://gitee.com/caoruihong/build/wikis) 39 [**build**](https://gitee.com/openharmony/build)
|
| /third_party/musl/porting/linux/user/config/ |
| D | README_zh.md | 12 /etc/ld-musl-namespace-$ARCH.ini 15 其中`$ARCH`为系统的CPU架构,比如`arm`或`aarch64`等。 21 …路径中间使用`:`号分隔,判断是否为asan linker是看linker的名字中是否含有`-asan`,比如`ld-musl-aarch64.so.1`是正常版本的linker,`ld-musl… 25 …在asan双库版本构建脚本`build/common/asan/build_mixed_asan.sh`中,是通过将asan版本的lib和bin放到`/data`目录下,然后调整系统服务进程的配置… 32 [参考wiki](https://gitee.com/caoruihong/build/wikis) 39 [**build**](https://gitee.com/openharmony/build)
|
| /third_party/libwebsockets/READMEs/ |
| D | README.build-android.md | 3 If you have the ndk and prebuilt toolchains with that, you can simply build 16 `./contrib/cross-aarch64-android.cmake` toolchain file is shipped. You can 25 - /home/someone 26 - /home/someone/libwebsockets 27 - /home/someone/mbedtls 32 build it later. 43 $ mkdir build 44 $ cd build 45 $ rm -f CMakeCache.txt && \ 46 cmake .. -DCMAKE_TOOLCHAIN_FILE=../libwebsockets/contrib/cross-aarch64-android.cmake \ [all …]
|
| /third_party/PyYAML/.github/workflows/ |
| D | manual_artifact_build.yaml | 1 --- 2 # This is the actual artifact build/release workflow. This workflow exists temporarily 4 name: Manual Artifact Build 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 [all …]
|
| /third_party/libffi/ |
| D | README.md | 2 libffi-3.4.1 was released on June 28, 2021. Check the libffi web page 19 told at run-time about the number and types of arguments used to call 46 | --------------- | ---------------- | ----------------------- | 47 | AArch64 (ARM64) | iOS | Clang | 48 | AArch64 | Linux | GCC | 49 | AArch64 | Windows | MSVC | 61 | IA-64 | Linux | GCC | 75 | PowerPC 32-bit | AIX | IBM XL C | 76 | PowerPC 64-bit | AIX | IBM XL C | 81 | PowerPC 64-bit | FreeBSD | GCC | [all …]
|
12345678910>>...13