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

protobuf gen triggers less often #7565

Merged

Commits on Apr 16, 2019

  1. protobuf gen triggers less often

    Currently it triggers every rust build, which slows things down a lot.
    
    Instead, only trigger if generated code actually changes.
    illicitonion committed Apr 16, 2019
    Copy the full SHA
    862d97c View commit details
    Browse the repository at this point in the history
  2. Copy directory instead of moving it

    On travis, it may be across devices
    illicitonion committed Apr 16, 2019
    Copy the full SHA
    a968ccf View commit details
    Browse the repository at this point in the history
  3. Remove bogus comment

    illicitonion committed Apr 16, 2019
    Copy the full SHA
    c729872 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    a7c295e View commit details
    Browse the repository at this point in the history