Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump dependencies in Windows build container #113

Merged
merged 5 commits into from
Nov 19, 2020
Merged

Bump dependencies in Windows build container #113

merged 5 commits into from
Nov 19, 2020

Commits on Nov 17, 2020

  1. Bump dependencies in Windows build container

    LLVM 11 bump may require Bazel 4.0.0 to avoid erronious LIB and INCLUDE
    path construction, testing whether 3.7.0 can build this toolchain
    itself, adjusting rules_cc specific to envoy in
      envoyproxy/envoy#13688
    
    If this fails, we will need to wait till 2nd week December for Bazel 4.0.0
    release.
    
    Signed-off-by: Sunjay Bhatia <sunjayb@vmware.com>
    Signed-off-by: William A Rowe Jr <wrowe@vmware.com>
    Co-authored-by: Sunjay Bhatia <sunjayb@vmware.com>
    Co-authored-by: William A Rowe Jr <wrowe@vmware.com>
    sunjayBhatia and wrowe committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    dab6bfe View commit details
    Browse the repository at this point in the history
  2. Elect 3.6.0 aned 3.7.0 for generation now

    The anticipated flavors for envoy to build for clang-cl are 3.7.1/4.0.0,
    these obviously do not exist, yet.
    
    Signed-off-by: Sunjay Bhatia <sunjayb@vmware.com>
    Co-authored-by: William A Rowe Jr <wrowe@vmware.com>
    sunjayBhatia and wrowe committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    a246326 View commit details
    Browse the repository at this point in the history
  3. Adjust symlinks and path for Python bump

    Signed-off-by: William A Rowe Jr <wrowe@vmware.com>
    wrowe committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    0e408b7 View commit details
    Browse the repository at this point in the history
  4. Back down to llvm 10.0.0, as 11 corrupts even msvc-cl builds

    Signed-off-by: William A Rowe Jr <wrowe@vmware.com>
    wrowe committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    05da8f6 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2020

  1. Bump bazelisk for Linux as well

    Signed-off-by: Sunjay Bhatia <sunjayb@vmware.com>
    sunjayBhatia committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    0977c3f View commit details
    Browse the repository at this point in the history