Searched +full:build +full:- +full:and +full:- +full:test +full:- +full:amd64 (Results 1 – 25 of 314) sorted by relevance
12345678910>>...13
| /external/libdav1d/ |
| D | .gitlab-ci.yml | 2 - style 3 - build 4 - test 6 .debian-amd64-common: 7 image: registry.videolan.org/dav1d-debian-unstable:20240406142551 8 stage: build 10 - docker 11 - amd64 13 .debian-amd64-minimum: 14 image: registry.videolan.org/dav1d-debian-minimum:20240406142551 [all …]
|
| /external/AFLplusplus/.github/workflows/ |
| D | container.yml | 5 - stable 6 - dev 8 - "*" 11 - dev # No need for stable-pull-request, as that equals dev-push 14 build-and-test-amd64: 15 name: Test amd64 image 16 runs-on: ubuntu-latest 18 - name: Checkout 20 - name: Set up Docker Buildx 21 uses: docker/setup-buildx-action@v2 [all …]
|
| /external/protobuf/ |
| D | tests.sh | 3 # Build and run tests for the protobuf project. We use this script to run 4 # tests on kokoro (Ubuntu and MacOS). It can run locally as well but you 8 if [ -f src/protoc ]; then 14 git submodule update --init --recursive 17 ./configure CXXFLAGS="-fPIC -std=c++11" # -fPIC is needed for python cpp test. 19 make -j$(nproc) 24 make check -j$(nproc) || (cat src/test-suite.log; false) 30 ./configure LIBS=-ltcmalloc && make clean && make \ 31 PTHREAD_CFLAGS='-pthread -DGOOGLE_PROTOBUF_HEAP_CHECK_DRACONIAN' \ 34 PPROF_PATH=/usr/bin/google-pprof HEAPCHECK=strict ./protobuf-test [all …]
|
| /external/bpftool/.github/workflows/ |
| D | release.yaml | 1 name: build and release 6 - 'v[0-9]+.[0-9]+.[0-9]*' 9 group: ${{ github.workflow }}-${{ github.event.after }} 10 cancel-in-progress: true 13 # https://github.com/llvm/llvm-project/releases/tag/llvmorg-15.0.0 14 LLVM_URL_PREFIX: https://github.com/llvm/llvm-project/releases/download/llvmorg-15.0.0 15 LLVM_arm64: clang+llvm-15.0.0-aarch64-linux-gnu 16 LLVM_amd64: clang+llvm-15.0.0-x86_64-linux-gnu-rhel-8.4 19 build: 20 name: Build static bpftool binary [all …]
|
| /external/cronet/third_party/protobuf/ |
| D | tests.sh | 3 # Build and runs tests for the protobuf project. We use this script to run 4 # tests on kokoro (Ubuntu and MacOS). It can run locally as well but you 7 # For when some other test needs the C++ main build, including protoc and 12 if [ -f src/protoc ]; then 18 git submodule update --init --recursive 21 ./configure CXXFLAGS="-fPIC -std=c++11" # -fPIC is needed for python cpp test. 23 make -j$(nproc) 28 make check -j$(nproc) || (cat src/test-suite.log; false) 34 ./configure LIBS=-ltcmalloc && make clean && make \ 35 PTHREAD_CFLAGS='-pthread -DGOOGLE_PROTOBUF_HEAP_CHECK_DRACONIAN' \ [all …]
|
| /external/python/cpython3/Tools/msi/ |
| D | buildrelease.bat | 5 rem To use it to build alternative releases, you should clone this file 6 rem and modify the following three URIs. 14 rem {arch} architecture amd64, win32 27 rem {arch} architecture amd64, win32 35 set EXTERNALS=%D%..\..\externals\windows-installer\ 42 set PGO=-m test -q --pgo 49 if "%1" EQU "-h" goto Help 50 if "%1" EQU "-c" (set CERTNAME=%~2) && shift && shift && goto CheckOpts 51 if "%1" EQU "--certificate" (set CERTNAME=%~2) && shift && shift && goto CheckOpts 52 if "%1" EQU "-o" (set OUTDIR=%~2) && shift && shift && goto CheckOpts [all …]
|
| /external/perfetto/infra/luci/recipes/ |
| D | perfetto.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 12 # See the License for the specific language governing permissions and 50 'exclude_platforms': ['windows-amd64'] 60 'exclude_platforms': ['windows-amd64'] 74 (os, cpu) = platform.split('-') 77 return base_args # No cross-compiling on Windows. 78 cpu = 'x64' if cpu == 'amd64' else cpu # GN calls it "x64". 98 api.gsutil.upload(source_path, 'perfetto-luci-artifacts', gcs_target_path) 103 api.gsutil.upload(pdb_path, 'perfetto-luci-artifacts', 112 # Actually build the CIPD pakcage [all …]
|
| /external/python/cpython2/PC/VS7.1/ |
| D | readme.txt | 2 ------------------------------------- 3 This directory is used to build Python for Win32 platforms, e.g. Windows 4 95, 98 and NT. It requires Microsoft Visual C++ 7.1 6 (For other Windows platforms and compilers, see ../PC/readme.txt.) 10 the "Standard" toolbar"), and build the projects. 12 The proper order to build subprojects: 14 1) pythoncore (this builds the main Python DLL and library files, 23 want to build most of the other subprojects, unless you're building an 26 test slave; see SUBPROJECTS below) 29 their name: python27_d.dll, python_d.exe, parser_d.pyd, and so on. [all …]
|
| /external/toolchain-utils/go/patch/go-1.10.2/ |
| D | go1.patch | 1 test: enable some tests on android/arm64. 3 --- test/chanlinear.go 4 +++ test/chanlinear.go 5 @@ -1,9 +1,9 @@ 6 -// +build darwin linux 7 +// +build darwin linux android 11 // Use of this source code is governed by a BSD-style 14 // Test that dequeueing from a pending channel doesn't 16 --- test/fixedbugs/bug385_64.go 17 +++ test/fixedbugs/bug385_64.go [all …]
|
| /external/rust/crates/libz-sys/src/zlib/ |
| D | CMakeLists.txt | 9 option(AMD64 "Enable building amd64 assembly implementation") option 30 set(CMAKE_REQUIRED_DEFINITIONS -D_LARGEFILE64_SOURCE=1) 32 # in CMake 2.4.x does not automatically do so and we want 35 list(APPEND CMAKE_REQUIRED_DEFINITIONS -DHAVE_SYS_TYPES_H) 38 list(APPEND CMAKE_REQUIRED_DEFINITIONS -DHAVE_STDINT_H) 41 list(APPEND CMAKE_REQUIRED_DEFINITIONS -DHAVE_STDDEF_H) 45 add_definitions(-D_LARGEFILE64_SOURCE=1) 54 add_definitions(-DNO_FSEEKO) 64 add_definitions(-D_CRT_SECURE_NO_DEPRECATE) 65 add_definitions(-D_CRT_NONSTDC_NO_DEPRECATE) [all …]
|
| /external/ot-br-posix/.github/workflows/ |
| D | docker.yml | 5 # Redistribution and use in source and binary forms, with or without 8 # notice, this list of conditions and the following disclaimer. 10 # notice, this list of conditions and the following disclaimer in the 11 # documentation and/or other materials provided with the distribution. 16 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 17 # AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 18 # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 23 # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 33 branches-ignore: 34 - 'dependabot/**' [all …]
|
| /external/mesa3d/.gitlab-ci/ |
| D | lava-gitlab-ci.yml | 2 DISTRIBUTION_TAG: "2020-11-09-kmod-fix" 5 stage: container-2 7 - .ci-run-policy 10 …RL: "https://gitlab.freedesktop.org/tomeu/linux/-/archive/v5.10-rc2-for-mesa-ci/linux-v5.10-rc2-fo… 14 - .gitlab-ci/container/lava_build.sh 18 - .use-x86_build-base 19 - .kernel+rootfs 20 image: "$CI_REGISTRY_IMAGE/debian/x86_build-base:$BASE_TAG" 22 DEBIAN_ARCH: "amd64" 26 - .use-arm_build [all …]
|
| /external/python/cpython3/ |
| D | .gitignore | 51 # These must contain a non-trailing slash (and may also have a trailing slash.) 53 Doc/build/ 61 Lib/site-packages/* 62 !Lib/site-packages/README.txt 63 Lib/test/data/* 64 !Lib/test/data/README 78 Misc/python-embed.pc 79 Misc/python-config.sh 99 PC/*/Win32-temp-* 100 PC/*/x64-temp-* [all …]
|
| /external/cronet/third_party/cpu_features/src/cmake/ci/ |
| D | Makefile | 2 BRANCH := $(shell git rev-parse --abbrev-ref HEAD) 3 SHA1 := $(shell git rev-parse --verify HEAD) 11 @echo -e "${BOLD}SYNOPSIS${RESET}" 12 @echo -e "\tmake <target> [NOCACHE=1]" 14 @echo -e "${BOLD}DESCRIPTION${RESET}" 15 @echo -e "\ttest build inside docker container to have a reproductible build." 17 @echo -e "${BOLD}MAKE TARGETS${RESET}" 18 @echo -e "\t${BOLD}help${RESET}: display this help and exit." 20 …@echo -e "\t${BOLD}amd64_<stage>${RESET}: build <stage> docker image using an Ubuntu:latest x86_64… 21 @echo -e "\t${BOLD}save_amd64_<stage>${RESET}: Save the <stage> docker image." [all …]
|
| /external/cpu_features/cmake/ci/ |
| D | Makefile | 2 BRANCH := $(shell git rev-parse --abbrev-ref HEAD) 3 SHA1 := $(shell git rev-parse --verify HEAD) 11 @echo -e "${BOLD}SYNOPSIS${RESET}" 12 @echo -e "\tmake <target> [NOCACHE=1]" 14 @echo -e "${BOLD}DESCRIPTION${RESET}" 15 @echo -e "\ttest build inside docker container to have a reproductible build." 17 @echo -e "${BOLD}MAKE TARGETS${RESET}" 18 @echo -e "\t${BOLD}help${RESET}: display this help and exit." 20 …@echo -e "\t${BOLD}amd64_<stage>${RESET}: build <stage> docker image using an Ubuntu:latest x86_64… 21 @echo -e "\t${BOLD}save_amd64_<stage>${RESET}: Save the <stage> docker image." [all …]
|
| /external/python/cpython3/PCbuild/ |
| D | rt.bat | 2 rem Run Tests. Run the regression test suite. 3 rem Usage: rt [-d] [-O] [-q] [-x64] regrtest_args 4 rem -d Run Debug build (python_d.exe). Else release build. 5 rem -O Run python.exe or python_d.exe (see -d) with -O. 6 rem -q "quick" -- normally the tests are run twice, the first time 8 rem -q runs the tests just once, and without deleting .pyc files. 9 rem -p <Win32|x64|ARM|ARM64> or -win32, -x64, -arm32, -arm64 10 rem Run the specified architecture of python (or python_d if -d 11 rem was specified). If omitted, uses %PREFIX% if set or 64-bit. 12 rem All leading instances of these switches are shifted off, and [all …]
|
| /external/bazelbuild-kotlin-rules/kokoro/ |
| D | presubmit.sh | 1 #!/bin/bash -e 8 # http://www.apache.org/licenses/LICENSE-2.0 13 # See the License for the specific language governing permissions and 16 # DO NOT SET -x. It will leak any secret credentials into logs. 25 local version="${1:-1.18.0}" 26 local platform="${2:-linux}" 27 local arch="${3:-amd64}" 29 local dest=$(mktemp -d) 31 set -euxo pipefail 35 …"https://github.com/bazelbuild/bazelisk/releases/download/v${version}/bazelisk-${platform}-${arch}" [all …]
|
| /external/python/cpython2/PCbuild/ |
| D | rt.bat | 2 rem Run Tests. Run the regression test suite. 3 rem Usage: rt [-d] [-O] [-q] [-x64] regrtest_args 4 rem -d Run Debug build (python_d.exe). Else release build. 5 rem -O Run python.exe or python_d.exe (see -d) with -O. 6 rem -q "quick" -- normally the tests are run twice, the first time 8 rem -q runs the tests just once, and without deleting .py[co] files. 9 rem -x64 Run the 64-bit build of python (or python_d if -d was specified) 10 rem from the 'amd64' dir instead of the 32-bit build in this dir. 11 rem All leading instances of these switches are shifted off, and 14 rem rt -O -d -x test_thread [all …]
|
| /external/python/cpython2/PC/VS9.0/ |
| D | readme.txt | 2 ------------------------------ 4 This directory is used to build Python for Win32 and x64 platforms, e.g. 5 Windows 2000, XP, Vista and Windows Server 2008. In order to build 32-bit 6 debug and release executables, Microsoft Visual C++ 2008 Express Edition is 7 required at the very least. In order to build 64-bit debug and release 9 least. In order to build all of the above, as well as generate release builds 14 For other Windows platforms and compilers, see PC/readme.txt. 17 select the desired combination of configuration and platform and eventually 18 build the solution. Unless you are going to debug a problem in the core or 19 you are going to create an optimized build you want to select "Release" as [all …]
|
| D | rt.bat | 2 rem Run Tests. Run the regression test suite. 3 rem Usage: rt [-d] [-O] [-q] [-x64] regrtest_args 4 rem -d Run Debug build (python_d.exe). Else release build. 5 rem -O Run python.exe or python_d.exe (see -d) with -O. 6 rem -q "quick" -- normally the tests are run twice, the first time 8 rem -q runs the tests just once, and without deleting .py[co] files. 9 rem -x64 Run the 64-bit build of python (or python_d if -d was specified) 10 rem from the 'amd64' dir instead of the 32-bit build in this dir. 11 rem All leading instances of these switches are shifted off, and 14 rem rt -O -d -x test_thread [all …]
|
| /external/python/cpython3/Lib/test/ |
| D | test_getpath.py | 8 from test.support import verbose 25 "Test a 'standard' install layout on Windows." 50 "Test an in-build-tree layout on Windows." 52 argv0=r"C:\CPython\PCbuild\amd64\python.exe", 53 real_executable=r"C:\CPython\PCbuild\amd64\python.exe", 55 ns.add_known_xfile(r"C:\CPython\PCbuild\amd64\python.exe") 57 ns.add_known_file(r"C:\CPython\PCbuild\amd64\pybuilddir.txt", [""]) 59 executable=r"C:\CPython\PCbuild\amd64\python.exe", 60 base_executable=r"C:\CPython\PCbuild\amd64\python.exe", 67 r"C:\CPython\PCbuild\amd64\python98.zip", [all …]
|
| /external/python/cpython3/.azure-pipelines/windows-release/ |
| D | stage-test-msi.yml | 2 - job: Test_MSI 3 displayName: Test MSI 6 vmImage: windows-2022 14 ExeMatch: 'python-[\dabrc.]+\.exe' 15 Logs: $(Build.ArtifactStagingDirectory)\logs\win32_User 18 ExeMatch: 'python-[\dabrc.]+\.exe' 19 Logs: $(Build.ArtifactStagingDirectory)\logs\win32_Machine 22 ExeMatch: 'python-[\dabrc.]+-amd64\.exe' 23 Logs: $(Build.ArtifactStagingDirectory)\logs\amd64_User 26 ExeMatch: 'python-[\dabrc.]+-amd64\.exe' [all …]
|
| D | stage-test-embed.yml | 2 - job: Test_Embed 3 displayName: Test Embed 4 condition: and(succeeded(), eq(variables['DoEmbed'], 'true')) 7 vmImage: windows-2022 16 amd64: 17 Name: amd64 20 - checkout: none 22 - task: DownloadBuildArtifacts@0 26 downloadPath: $(Build.BinariesDirectory) 28 - powershell: | [all …]
|
| /external/cpu_features/bazel/ci/ |
| D | Makefile | 2 BRANCH := $(shell git rev-parse --abbrev-ref HEAD) 3 SHA1 := $(shell git rev-parse --verify HEAD) 11 @echo -e "${BOLD}SYNOPSIS${RESET}" 12 @echo -e "\tmake <target> [NOCACHE=1]" 14 @echo -e "${BOLD}DESCRIPTION${RESET}" 15 @echo -e "\ttest build inside docker container to have a reproductible build." 17 @echo -e "${BOLD}MAKE TARGETS${RESET}" 18 @echo -e "\t${BOLD}help${RESET}: display this help and exit." 20 …@echo -e "\t${BOLD}<platform>_<stage>${RESET}: build <stage> docker image using an Ubuntu:latest x… 21 @echo -e "\t${BOLD}save_<platform>_<stage>${RESET}: Save the <stage> docker image." [all …]
|
| /external/sdk-platform-java/.github/workflows/ |
| D | sonar.yaml | 1 name: SonarCloud Build 7 - main 11 build: 12 name: Build 13 runs-on: ubuntu-22.04 15 - uses: actions/checkout@v3 17 fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis 18 - name: Set up JDK 11 19 uses: actions/setup-java@v3 21 java-version: 11 [all …]
|
12345678910>>...13