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

clippy: make Cc/Rust toolchains optional #2766

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Jul 29, 2024

  1. clippy: make Cc/Rust toolchains optional

    In certain situations (cross compilation with `go`) we might not have Cc/Rust
    toolchains that are available for the transitioned to execution/target
    platform.
    
    For the linting case with `clippy` it is acceptable to just skip these targets.
    
    See: https://github.com/lummax/rules_rust_clippy_go_cross_reproducer
    lummax committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    e6c3c4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83f1b10 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    37f98cd View commit details
    Browse the repository at this point in the history
  2. formatting

    lummax committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    0427166 View commit details
    Browse the repository at this point in the history