Searched +full:bazel +full:- +full:installer (Results 1 – 6 of 6) sorted by relevance
7 - compiler: gcc11 - lcov13 - compiler: gcc17 - g++-multilib18 - libc6:i38620 - COMPILER=g++21 - C_COMPILER=gcc22 - BUILD_TYPE=Debug23 - BUILD_32_BITS=ON24 - EXTRA_FLAGS="-m32"[all …]
9 # https://www.apache.org/licenses/LICENSE-2.017 set -e # Fail on any error.21 function show_cmds { set -x; }32 git submodule update --init38 BUILD_DIR=/tmp/marl-build42 COMMON_CMAKE_FLAGS+=" -DCMAKE_BUILD_TYPE=${BUILD_TYPE}"43 COMMON_CMAKE_FLAGS+=" -DMARL_BUILD_EXAMPLES=1"44 COMMON_CMAKE_FLAGS+=" -DMARL_BUILD_TESTS=1"45 COMMON_CMAKE_FLAGS+=" -DMARL_BUILD_BENCHMARKS=1"46 COMMON_CMAKE_FLAGS+=" -DMARL_WARNINGS_AS_ERRORS=1"[all …]
3 RUN apt-get update \5 && apt-get -y install --no-install-recommends openjdk-11-jdk lld \7 && rustup component add rust-analyzer-preview rustfmt clippy 2>&1 \8 …&& wget -q -O bin/install-bazel https://github.com/bazelbuild/bazel/releases/download/4.0.0/bazel-…9 …&& wget -q -O bin/buck https://jitpack.io/com/github/facebook/buck/a5f0342ae3/buck-a5f0342ae3-java…10 …&& wget -q -O bin/buildifier https://github.com/bazelbuild/buildtools/releases/latest/download/bui…11 …&& wget -q -O tmp/watchman.zip https://github.com/facebook/watchman/releases/download/v2020.09.21.…12 && chmod +x bin/install-bazel bin/buck bin/buildifier \13 && bin/install-bazel \14 && unzip tmp/watchman.zip -d tmp \[all …]
5 # Use of this source code is governed by a BSD-style license that can be21 URL = 'https://github.com/bazelbuild/bazel/releases/download/4.1.0/bazel-4.1.0-installer-linux-x86_…22 INSTALLER_SCRIPT = URL.split('/')[-1]29 subprocess.call(['sh', INSTALLER_SCRIPT, '--prefix=' + target_dir])37 parser.add_argument('--target_dir', '-t', required=True)
20 runs-on: ${{matrix.os || 'ubuntu'}}-latest22 fail-fast: false25 - rust: nightly26 - rust: beta27 - rust: stable28 - rust: 1.60.029 - rust: 1.64.030 - name: Cargo on macOS33 - name: Cargo on Windows (msvc)34 rust: nightly-x86_64-pc-windows-msvc[all …]
5 - master11 - os: linux12 env: BUILD_SYSTEM=cmake C_COMPILER=gcc-7 CXX_COMPILER=g++-716 - ubuntu-toolchain-r-test18 - gcc-719 - g++-720 - os: linux21 env: BUILD_SYSTEM=cmake C_COMPILER=gcc-4.4 CXX_COMPILER=g++-4.425 - ubuntu-toolchain-r-test27 - gcc-4.4[all …]