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

[internal] Fix Go compilation of transitive dependencies #13083

Merged

Commits on Oct 2, 2021

  1. [internal] Fix Go compilation of transitive dependencies

    # Rust tests and lints will be skipped. Delete if not intended.
    [ci skip-rust]
    
    # Building wheels and fs_util will be skipped. Delete if not intended.
    [ci skip-build-wheels]
    Eric-Arellano committed Oct 2, 2021
    Configuration menu
    Copy the full SHA
    9077da7 View commit details
    Browse the repository at this point in the history
  2. Fix target expansion

    # Rust tests and lints will be skipped. Delete if not intended.
    [ci skip-rust]
    
    # Building wheels and fs_util will be skipped. Delete if not intended.
    [ci skip-build-wheels]
    Eric-Arellano committed Oct 2, 2021
    Configuration menu
    Copy the full SHA
    fdc7846 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' of github.com:pantsbuild/pants into fix-build-go-…

    …pkg-transitive-deps
    
    [ci skip-rust]
    
    [ci skip-build-wheels]
    Eric-Arellano committed Oct 2, 2021
    Configuration menu
    Copy the full SHA
    8bf426d View commit details
    Browse the repository at this point in the history
  4. package_binary_integration_test.py passes now!

    # Rust tests and lints will be skipped. Delete if not intended.
    [ci skip-rust]
    
    # Building wheels and fs_util will be skipped. Delete if not intended.
    [ci skip-build-wheels]
    Eric-Arellano committed Oct 2, 2021
    Configuration menu
    Copy the full SHA
    b837185 View commit details
    Browse the repository at this point in the history
  5. Add missing __future__

    # Rust tests and lints will be skipped. Delete if not intended.
    [ci skip-rust]
    
    # Building wheels and fs_util will be skipped. Delete if not intended.
    [ci skip-build-wheels]
    Eric-Arellano committed Oct 2, 2021
    Configuration menu
    Copy the full SHA
    0cfbbbd View commit details
    Browse the repository at this point in the history
  6. Fix test now that we don't depend on all external packages incorrectly

    # Rust tests and lints will be skipped. Delete if not intended.
    [ci skip-rust]
    
    # Building wheels and fs_util will be skipped. Delete if not intended.
    [ci skip-build-wheels]
    Eric-Arellano committed Oct 2, 2021
    Configuration menu
    Copy the full SHA
    76c76f1 View commit details
    Browse the repository at this point in the history