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

aws-sam-cli: init at 0.3.0 #41877

Merged
merged 1 commit into from Jun 12, 2018
Merged

aws-sam-cli: init at 0.3.0 #41877

merged 1 commit into from Jun 12, 2018

Conversation

andreabedini
Copy link
Contributor

Motivation for this change

New package

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/)
  • Fits CONTRIBUTING.md.

@xeji
Copy link
Contributor

xeji commented Jun 12, 2018

@GrahamcOfBorg build aws-sam-cli

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: aws-sam-cli

Partial log (click to expand)

  Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Successfully installed aws-sam-cli-0.3.0
/build/aws-sam-cli-0.3.0
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/8gi36vqrci05f8jrklm0ijsc9bg216z6-aws-sam-cli-0.3.0
strip is /nix/store/21ymadblbmsbb2bk4q7gl4kjasp8zmgd-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/8gi36vqrci05f8jrklm0ijsc9bg216z6-aws-sam-cli-0.3.0/lib  /nix/store/8gi36vqrci05f8jrklm0ijsc9bg216z6-aws-sam-cli-0.3.0/bin
patching script interpreter paths in /nix/store/8gi36vqrci05f8jrklm0ijsc9bg216z6-aws-sam-cli-0.3.0
checking for references to /build in /nix/store/8gi36vqrci05f8jrklm0ijsc9bg216z6-aws-sam-cli-0.3.0...
wrapping `/nix/store/8gi36vqrci05f8jrklm0ijsc9bg216z6-aws-sam-cli-0.3.0/bin/sam'...

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: aws-sam-cli

Partial log (click to expand)

  The script sam is installed in '/nix/store/ng7n1fpq9big1cf12pmb0kmajzvv0l0p-aws-sam-cli-0.3.0/bin' which is not on PATH.
  Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Successfully installed aws-sam-cli-0.3.0
/private/tmp/nix-build-aws-sam-cli-0.3.0.drv-0/aws-sam-cli-0.3.0
post-installation fixup
strip is /nix/store/yyak5sjv68n9vdgnkd2cb5djk1l9sqj5-cctools-binutils-darwin/bin/strip
stripping (with command strip and flags -S) in /nix/store/ng7n1fpq9big1cf12pmb0kmajzvv0l0p-aws-sam-cli-0.3.0/lib  /nix/store/ng7n1fpq9big1cf12pmb0kmajzvv0l0p-aws-sam-cli-0.3.0/bin
patching script interpreter paths in /nix/store/ng7n1fpq9big1cf12pmb0kmajzvv0l0p-aws-sam-cli-0.3.0
wrapping `/nix/store/ng7n1fpq9big1cf12pmb0kmajzvv0l0p-aws-sam-cli-0.3.0/bin/sam'...
/nix/store/ng7n1fpq9big1cf12pmb0kmajzvv0l0p-aws-sam-cli-0.3.0

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: aws-sam-cli

Partial log (click to expand)

Successfully installed aws-sam-cli-0.3.0
/build/aws-sam-cli-0.3.0
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/8nvqka638m00d87srz8hkb600b072bcx-aws-sam-cli-0.3.0
strip is /nix/store/qg2agrqkf240s656d207zqhipl0bc2id-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/8nvqka638m00d87srz8hkb600b072bcx-aws-sam-cli-0.3.0/lib  /nix/store/8nvqka638m00d87srz8hkb600b072bcx-aws-sam-cli-0.3.0/bin
patching script interpreter paths in /nix/store/8nvqka638m00d87srz8hkb600b072bcx-aws-sam-cli-0.3.0
checking for references to /build in /nix/store/8nvqka638m00d87srz8hkb600b072bcx-aws-sam-cli-0.3.0...
wrapping `/nix/store/8nvqka638m00d87srz8hkb600b072bcx-aws-sam-cli-0.3.0/bin/sam'...
/nix/store/8nvqka638m00d87srz8hkb600b072bcx-aws-sam-cli-0.3.0

@xeji xeji merged commit 35191af into NixOS:master Jun 12, 2018
orivej added a commit that referenced this pull request Jun 12, 2018
* master: (161 commits)
  pcsclite: clean up after #41790
  tor: 0.3.3.6 -> 0.3.3.7
  opae: init at 1.0.0
  tinc: 1.0.33 -> 10.0.34
  tinc_pre: 1.1pre15 -> 1.1pre16
  sit: 0.3.2 -> 0.4.0 (#41863)
  platforms/raspberrypi: enable kernelAutoModules
  libupnp: 1.6.21 -> 1.8.3 (#41684)
  androidStudioPackages.{dev,canary}: 3.2.0.16 -> 3.2.0.17
  tdesktop: 1.3.0 -> 1.3.7
  gns3Packages.{server,gui}{Stable,Preview}: 2.1.6 -> 2.1.7
  aws-sam-cli: init at 0.3.0 (#41877)
  nixos/nat: optional networking.nat.externalInterface (#41864)
  linux: 4.17 -> 4.17.1
  linux: 4.16.14 -> 4.16.15
  linux: 4.14.48 -> 4.14.49
  nixos/unbound: add restart (#41885)
  maintainers/create-azure.sh: remove hydra.nixos.org as binary cache (#41883)
  gshogi: init at 0.5.1 (#41840)
  neovim: add missing libiconv
  ...
@andreabedini andreabedini deleted the aws-sam-cli branch August 9, 2018 02:04
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