Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/bazelbuild/bazel.git. Pull mirroring updated .
  1. Aug 11, 2017
    • László Csomor's avatar
      Rewrite //:combine_distfiles.sh in Python · 0783b9e8
      László Csomor authored
      It can only pack to zip for now (packing to tar is
      not trivial and I haven't figured it out yet).
      
      This allows building //:bazel-distfile on Windows.
      Previously it was either timing out or taking so
      long that it was unbearable (over 10 minutes).
      I never waited long enough to see it build.
      
      The new Python version runs under just a few
      seconds.
      
      Change-Id: I3264eb7132dd58c581c4216e5bbab035a79d716d
      PiperOrigin-RevId: 164954162
      0783b9e8
  2. Nov 25, 2016
  3. Nov 24, 2016
    • Klaus Aehlig's avatar
      Make //tols/cpp/test start from the distribution artifact · 52b03d18
      Klaus Aehlig authored
      The docker tests in //tools/cpp/test still assume that the sources
      are enough to just compile.sh to bootstrap a bazel binary. Fix this,
      by using the distribution archive instead.
      
      While there, also add a target for the distribution archive as tar.
      
      --
      Change-Id: Ic31bb95da0165f83a14537a1719c27e5067d0d65
      Reviewed-on: https://cr.bazel.build/7531
      MOS_MIGRATED_REVID=140134322
      52b03d18
  4. Oct 25, 2016