Skip to content
This repository was archived by the owner on Mar 18, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: koenvervloesem/bazel-on-arm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.2.2
Choose a base ref
...
head repository: koenvervloesem/bazel-on-arm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 7 commits
  • 4 files changed
  • 3 contributors

Commits on Mar 28, 2022

  1. Copy the full SHA
    228828e View commit details

Commits on Jun 10, 2022

  1. fix missing argument

    This was needed on:
    
    PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
    NAME="Raspbian GNU/Linux"
    VERSION_ID="10"
    VERSION="10 (buster)"
    VERSION_CODENAME=buster
    ID=raspbian
    ID_LIKE=debian
    HOME_URL="http://www.raspbian.org/"
    SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
    BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
    
    Using JDK-11.
    bunnie committed Jun 10, 2022
    Copy the full SHA
    aa2000b View commit details
  2. Merge pull request #13 from bunnie/missing-arg

    add --host_javabase argument
    koenvervloesem authored Jun 10, 2022
    Copy the full SHA
    c779e3a View commit details

Commits on Jun 26, 2022

  1. Update scripts using apt install

    Add a -y so that bazel can be built non-interactively (e.g. from a Dockerfile).
    sourcedufus authored Jun 26, 2022
    Copy the full SHA
    ca213e9 View commit details
  2. Update install_dev_requirements.sh

    Add -y so that this can be called non-interactively.
    sourcedufus authored Jun 26, 2022
    Copy the full SHA
    ad7abbe View commit details
  3. Merge pull request #14 from sourcedufus/patch-2

    Update install_dev_requirements.sh
    koenvervloesem authored Jun 26, 2022
    Copy the full SHA
    d8d79a0 View commit details
  4. Merge pull request #15 from sourcedufus/patch-1

    Update scripts using `apt install`
    koenvervloesem authored Jun 26, 2022
    Copy the full SHA
    e2b3574 View commit details
Loading