Searched +full:1 +full:- +full:installer +full:- +full:linux +full:- +full:x86_64 (Results 1 – 25 of 94) sorted by relevance
1234
8 # http://www.apache.org/licenses/LICENSE-2.018 BAZEL_VERSION="5.1.1"21 local_bazel_ver=$(bazel version 2>&1 | grep -i label | awk '{print $3}')27 set -e30 mkdir -p /bazel32 if [[ $(uname -m) == "aarch64" ]]; then33 …curl -o /usr/local/bin/bazel -fSsL https://github.com/bazelbuild/bazel/releases/download/$BAZEL_VE…36 if [[ ! -f "bazel-$BAZEL_VERSION-installer-linux-x86_64.sh" ]]; then37 …curl -fSsL -O https://github.com/bazelbuild/bazel/releases/download/$BAZEL_VERSION/bazel-$BAZEL_VE…39 chmod +x /bazel/bazel-*.sh[all …]
7 # http://www.apache.org/licenses/LICENSE-2.021 RUN set -ex; \23 echo deb http://deb.debian.org/debian buster-backports main > \25 apt-get update; \26 apt-get -y install python3 python3-pip git curl sudo lz4 tar ccache tini \27 libpulse0 libgl1 libxml2 libc6-dev-i386 libtinfo5 \28 gnupg2 pkg-config zip g++ zlib1g-dev unzip \29 python3-distutils gcc-7 g++-7; \30 apt-get -y install libc++-8-dev libc++abi-8-dev clang-8; \31 update-alternatives --install /usr/bin/python python /usr/bin/python3.7 1; \[all …]
32 …curl -fSsL -O https://github.com/bazelbuild/bazel/releases/download/$BAZEL_VERSION/bazel-$BAZEL_VE…33 chmod +x bazel-$BAZEL_VERSION-installer-linux-x86_64.sh && \34 ./bazel-$BAZEL_VERSION-installer-linux-x86_64.sh && \35 rm -rf bazel-$BAZEL_VERSION-installer-linux-x86_64.sh; \38 # Upgrade gcc-8 if argument is passed40 add-apt-repository ppa:ubuntu-toolchain-r/test -y && \41 apt-get update && \42 apt-get install gcc-8 g++-8 -y && \43 …update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-8 80 --slave /usr/bin/g++ g++ /usr/bin…44 …update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-7 70 --slave /usr/bin/g++ g++ /usr/bin…[all …]
8 # http://www.apache.org/licenses/LICENSE-2.025 eval "$1"27 if [[ $? -ne 0 ]]; then29 eval "$1"34 echo "$@" 1>&2 ; exit 1;42 result=$("$@" 2>&1) || die "$result"45 set -x50 mkdir -p /tmpfs/bazel_output57 case "$(uname -s)" in58 Darwin) local name=bazelisk-darwin-amd64 ;;[all …]
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 …]
7 - /usr/local/bin:$PATH11 - compiler: gcc15 - lcov17 - compiler: gcc19 - compiler: gcc21 - compiler: gcc25 - g++-multilib27 - compiler: gcc31 - g++-multilib33 - compiler: gcc[all …]
5 - language: java9 - language: java14 - case "$BUILD" in16 export BAZEL_OS="linux" ;17 export BAZEL_VERSION="0.28.1" ;18 …lbuild/bazel/releases/download/${BAZEL_VERSION}/bazel-${BAZEL_VERSION}-installer-${BAZEL_OS}-x86_6…19 chmod +x bazel-${BAZEL_VERSION}-installer-${BAZEL_OS}-x86_64.sh ;20 ./bazel-${BAZEL_VERSION}-installer-${BAZEL_OS}-x86_64.sh --user ;21 echo "build --disk_cache=$HOME/bazel-cache" > ~/.bazelrc ;22 echo "build --experimental_strict_action_env" >> ~/.bazelrc ;[all …]
1 """Dependencies needed for the cross-installer tool"""7 version = "0.2.1"10 "x86_64-apple-darwin": "589da89453291dc26f0b10b521cdadb98376d495645b210574bd9ca4ec8cfa2c",11 … "x86_64-pc-windows-msvc": "3af59ff5a2229f92b54df937c50a9a88c96dffc8ac3dde520a38fdf046d656c4",12 … "x86_64-unknown-linux-gnu": "06dcce3248488e95fbb368d14bef17fa8e77461d5055fbd5193538574820f413",19 …urls = ["https://github.com/rust-embedded/cross/releases/download/v{version}/cross-v{version}-{tri…29 name = "linux",30 constraint_values = ["@platforms//os:linux"],46 ":linux": "@cross_x86_64-unknown-linux-gnu//:cross",47 ":macos": "@cross_x86_64-apple-darwin//:cross",[all …]
7 # http://www.apache.org/licenses/LICENSE-2.028 # Enable both PowerTools and EPEL otherwise some packages like hdf5-devel fail to install29 RUN dnf install -y 'dnf-command(config-manager)' && \30 dnf config-manager --set-enabled powertools && \31 …dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-"${CENTOS_VERSION}".noarc…34 RUN yum update -y && \35 yum install -y \37 freetype-devel \39 gcc-c++ \41 hdf5-devel \[all …]
7 # http://www.apache.org/licenses/LICENSE-2.028 # Enable EPEL otherwise some packages like hdf5-devel fail to install29 RUN dnf install -y 'dnf-command(config-manager)' && \30 dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm && \33 RUN yum update -y && \34 yum install -y \36 freetype-devel \38 gcc-c++ \40 hdf5-devel \41 java-1.8.0-openjdk \[all …]
7 # http://www.apache.org/licenses/LICENSE-2.026 # Enable both PowerTools and EPEL otherwise some packages like hdf5-devel fail to install28 yum update -y && \29 yum install -y epel-release31 RUN yum update -y && \32 yum install -y \34 freetype-devel \36 gcc-c++ \38 hdf5-devel \39 java-1.8.0-openjdk \[all …]
7 # http://www.apache.org/licenses/LICENSE-2.028 RUN apt-get update && apt-get install -y --no-install-recommends --fix-missing \29 build-essential \32 libcurl3-dev \33 libfreetype6-dev \34 libhdf5-serial-dev \35 libzmq3-dev \36 pkg-config \38 software-properties-common \42 zlib1g-dev \[all …]
8 # http://www.apache.org/licenses/LICENSE-2.020 LATEST_BAZEL_VERSION=5.1.129 eval "$1"31 if [[ $? -ne 0 ]]; then33 eval "$1"38 echo "$@" 1>&2 ; exit 1;46 result=$("$@" 2>&1) || die "$result"49 set -x55 mkdir -p /tmpfs/bazel_output62 case "$(uname -s)" in[all …]
1 FROM mcr.microsoft.com/vscode/devcontainers/rust:13 RUN apt-get update \5 && apt-get -y install --no-install-recommends openjdk-11-jdk lld \6 && rustup default nightly 2>&1 \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 \[all …]