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-asm: init at 0.1.16 #44182

Merged
merged 1 commit into from Aug 1, 2018
Merged

cargo-asm: init at 0.1.16 #44182

merged 1 commit into from Aug 1, 2018

Conversation

danieldk
Copy link
Contributor

Motivation for this change

cargo-asm is a utility and Cargo subcommand for showing assembly/LLVM-IR of invidual Rust functions and methods.

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 nox --run "nox-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)
  • Fits CONTRIBUTING.md.

@xeji
Copy link
Contributor

xeji commented Aug 1, 2018

@GrahamcOfBorg build cargo-asm

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: cargo-asm

Partial log (click to expand)

installing
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/vqlaqizjhwdzmp1z2qwskadqk6rmkilw-cargo-asm-0.1.16
shrinking /nix/store/vqlaqizjhwdzmp1z2qwskadqk6rmkilw-cargo-asm-0.1.16/bin/cargo-llvm-ir
shrinking /nix/store/vqlaqizjhwdzmp1z2qwskadqk6rmkilw-cargo-asm-0.1.16/bin/cargo-asm
strip is /nix/store/1hi76hr87bd1y1q1qjk0lv8nmcjip1c8-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/vqlaqizjhwdzmp1z2qwskadqk6rmkilw-cargo-asm-0.1.16/bin
patching script interpreter paths in /nix/store/vqlaqizjhwdzmp1z2qwskadqk6rmkilw-cargo-asm-0.1.16
checking for references to /build in /nix/store/vqlaqizjhwdzmp1z2qwskadqk6rmkilw-cargo-asm-0.1.16...
/nix/store/vqlaqizjhwdzmp1z2qwskadqk6rmkilw-cargo-asm-0.1.16

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: cargo-asm

Partial log (click to expand)

   Compiling serde_derive v1.0.66
   Compiling structopt v0.2.10
   Compiling cargo-asm v0.1.16 (file:///private/tmp/nix-build-cargo-asm-0.1.16.drv-0/source)
    Finished release [optimized] target(s) in 3m 8.87s
installing
post-installation fixup
strip is /nix/store/qfxcr8c4fg7lkybrny9n2sb77bmippdx-cctools-binutils-darwin/bin/strip
stripping (with command strip and flags -S) in /nix/store/z8zkr1xq8px4piyw7fcam5kkjp3npdnz-cargo-asm-0.1.16/bin
patching script interpreter paths in /nix/store/z8zkr1xq8px4piyw7fcam5kkjp3npdnz-cargo-asm-0.1.16
/nix/store/z8zkr1xq8px4piyw7fcam5kkjp3npdnz-cargo-asm-0.1.16

@xeji xeji merged commit 186cf1c into NixOS:master Aug 1, 2018
@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: cargo-asm

Partial log (click to expand)

installing
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/xcwlk91jgg1k3b1vi335awdzhh3375jh-cargo-asm-0.1.16
shrinking /nix/store/xcwlk91jgg1k3b1vi335awdzhh3375jh-cargo-asm-0.1.16/bin/cargo-llvm-ir
shrinking /nix/store/xcwlk91jgg1k3b1vi335awdzhh3375jh-cargo-asm-0.1.16/bin/cargo-asm
strip is /nix/store/zrs21zqcchgyabjf4xfimncdq16njizc-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/xcwlk91jgg1k3b1vi335awdzhh3375jh-cargo-asm-0.1.16/bin
patching script interpreter paths in /nix/store/xcwlk91jgg1k3b1vi335awdzhh3375jh-cargo-asm-0.1.16
checking for references to /build in /nix/store/xcwlk91jgg1k3b1vi335awdzhh3375jh-cargo-asm-0.1.16...
/nix/store/xcwlk91jgg1k3b1vi335awdzhh3375jh-cargo-asm-0.1.16

@danieldk danieldk deleted the cargo-asm branch September 5, 2018 14:27
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