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

cargo-make: 0.19.1 -> 0.19.2 #62077

Merged
merged 1 commit into from May 27, 2019
Merged

Conversation

xrelkd
Copy link
Contributor

@xrelkd xrelkd commented May 26, 2019

Motivation for this change

Update cargo-make to the latest release.
https://github.com/sagiegurari/cargo-make/releases/tag/0.19.2

Note:
doCheck is set as false.
Some tests fail because they need network access. However, Travis ensures a proper build.
https://travis-ci.org/sagiegurari/cargo-make/jobs/537150407
https://travis-ci.org/sagiegurari/cargo-make/jobs/537150408
https://travis-ci.org/sagiegurari/cargo-make/jobs/537150409

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nix-review --run "nix-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Assured whether relevant documentation is up to date
  • Fits CONTRIBUTING.md.

Copy link
Member

@mmahut mmahut left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • reviewed the diff and commit messages
  • made sure ofBorg build succeeded for all applicable platforms
  • run nix-review without any failures
  • run the binaries

};
cargo-lock = fetchurl {
url = "https://gist.githubusercontent.com/xrelkd/e4c9c7738b21f284d97cb7b1d181317d/raw/8a12a07cafeff4ef4a01983f5243dd8c95d10c48/cargo-make-0.19.1-Cargo.lock";
sha256 = "0v2hygkpsyjcpzrgyzl5mah0y8gmprfbnz7kn4hh6zfhz2lhqqwm";
url = "https://gist.githubusercontent.com/xrelkd/e4c9c7738b21f284d97cb7b1d181317d/raw/f1e6360acfbe5ae573f8f31a82a5c881a6f0ed68/cargo-make-Cargo.lock";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indentation is messed up here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@infinisil Thanks for the review!
The problem has been corrected.

@infinisil
Copy link
Member

infinisil commented May 27, 2019

@mmahut Thanks for the review, but fyi, ofBorg didn't actually do any builds here, it only did evaluation checks. ofBorg builds get done when either a trusted user makes a PR, or a trusted user issues a command like this (see https://github.com/NixOS/ofborg for more info):

@GrahamcOfBorg build cargo-make

(In the checks you can see "cargo-make on x86_64-linux" and "cargo-make on x86_64-darwin" now)

@mmahut
Copy link
Member

mmahut commented May 27, 2019

@infinisil thank you for the clarification, I got it confused! In the future I will distinguish between a build and an eval.

@infinisil infinisil merged commit 41c3366 into NixOS:master May 27, 2019
@xrelkd
Copy link
Contributor Author

xrelkd commented May 27, 2019

@mmahut @infinisil Thank you!!

@xrelkd xrelkd deleted the update/cargo-make branch May 27, 2019 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants