Searched +full:buck +full:- +full:a5f0342ae3 +full:- +full:java11 (Results 1 – 2 of 2) sorted by relevance
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 …]
11 runs-on: ${{matrix.os || 'ubuntu'}}-latest13 fail-fast: false16 - rust: nightly17 - rust: beta18 - rust: stable19 - rust: 1.48.020 - name: macOS23 - name: Windows (gnu)24 rust: nightly-x86_64-pc-windows-gnu26 - name: Windows (msvc)[all …]