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

Windows-specific filegroup to capture envoy-static.pdb output file from opt build #16043

Merged
merged 5 commits into from
Oct 12, 2021

Commits on Oct 4, 2021

  1. Update bazel to 4.2.1

    Signed-off-by: Yan Avlasov <yavlasov@google.com>
    yanavlasov authored and wrowe committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    5ba05d9 View commit details
    Browse the repository at this point in the history
  2. Update toolchains

    Signed-off-by: Yan Avlasov <yavlasov@google.com>
    yanavlasov authored and wrowe committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    9a29f89 View commit details
    Browse the repository at this point in the history
  3. Use correct build image sha

    Signed-off-by: Yan Avlasov <yavlasov@google.com>
    yanavlasov authored and wrowe committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    9f79431 View commit details
    Browse the repository at this point in the history
  4. Experimental feature generate_pdb_file in opt build to capture pdb ou…

    …tput
    
    See bazelbuild/rules_cc#94 for details
    
    Use generate_pdb_file feature to capture pdb from envoy-static.exe
    
    - Introduces features list arg to envoy_cc_binary
    - Toggles the feature only for the windows opt case in the envoy-static target
    - Capture the resulting envoy-static.pdb output
    
    Signed-off-by: William A Rowe Jr <wrowe@vmware.com>
    wrowe committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    4c50b57 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2021

  1. Merge remote-tracking branch 'origin/main' into pdb-hack

    Drops clang-cl which is presently broken
    
    Signed-off-by: William A Rowe Jr <wrowe@vmware.com>
    wrowe committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    9e3c247 View commit details
    Browse the repository at this point in the history