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

react-native-debugger: 0.7.18 -> 0.7.20 #45151

Merged
merged 1 commit into from Aug 16, 2018

Conversation

r-ryantm
Copy link
Contributor

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/react-native-debugger/versions.

meta.description for react-native-debugger is: '"The standalone app based on official debugger of React Native, and includes React Inspector / Redux DevTools"'.

Checks done (click to expand)
  • built on NixOS
  • Warning: no invocation of /nix/store/m8qbi45nmp0k3kh8a3gbzfhayjq1fjbb-react-native-debugger-0.7.20/bin/React Native Debugger had a zero exit code or showed the expected version
  • 0 of 1 passed binary check by having a zero exit code.
  • 0 of 1 passed binary check by having the new version present in output.
  • found 0.7.20 with grep in /nix/store/m8qbi45nmp0k3kh8a3gbzfhayjq1fjbb-react-native-debugger-0.7.20
  • directory tree listing: https://gist.github.com/9ed79b965816527f2a08ff31ee7b65ec
  • du listing: https://gist.github.com/e9b19263ab44b03e29d1f3534ef192ba
Test this build with Cachix (click to expand)

One time setup in nixpkgs Git checkout:

cachix use r-ryantm
git remote add r-ryantm https://github.com/r-ryantm/nixpkgs.git

Test this build:

git fetch r-ryantm && git checkout a1f77fbf9cbbbcba19b40d46a6bbf917907764d4 && nix-shell --pure -I nixpkgs=. -p react-native-debugger

cc @Ma27 for testing.

@GrahamcOfBorg
Copy link

No attempt on x86_64-darwin (full log)

The following builds were skipped because they don't evaluate on x86_64-darwin: react-native-debugger

Partial log (click to expand)


a) For `nixos-rebuild` you can set
  { nixpkgs.config.allowUnsupportedSystem = true; }
in configuration.nix to override this.

b) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
  { allowUnsupportedSystem = true; }
to ~/.config/nixpkgs/config.nix.


@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: react-native-debugger

Partial log (click to expand)

  inflating: /nix/store/m8qbi45nmp0k3kh8a3gbzfhayjq1fjbb-react-native-debugger-0.7.20/natives_blob.bin
  inflating: /nix/store/m8qbi45nmp0k3kh8a3gbzfhayjq1fjbb-react-native-debugger-0.7.20/pdf_viewer_resources.pak
   creating: /nix/store/m8qbi45nmp0k3kh8a3gbzfhayjq1fjbb-react-native-debugger-0.7.20/resources/
  inflating: /nix/store/m8qbi45nmp0k3kh8a3gbzfhayjq1fjbb-react-native-debugger-0.7.20/resources/app.asar
  inflating: /nix/store/m8qbi45nmp0k3kh8a3gbzfhayjq1fjbb-react-native-debugger-0.7.20/resources/electron.asar
  inflating: /nix/store/m8qbi45nmp0k3kh8a3gbzfhayjq1fjbb-react-native-debugger-0.7.20/snapshot_blob.bin
  inflating: /nix/store/m8qbi45nmp0k3kh8a3gbzfhayjq1fjbb-react-native-debugger-0.7.20/ui_resources_200_percent.pak
 extracting: /nix/store/m8qbi45nmp0k3kh8a3gbzfhayjq1fjbb-react-native-debugger-0.7.20/version
  inflating: /nix/store/m8qbi45nmp0k3kh8a3gbzfhayjq1fjbb-react-native-debugger-0.7.20/views_resources_200_percent.pak
/nix/store/m8qbi45nmp0k3kh8a3gbzfhayjq1fjbb-react-native-debugger-0.7.20

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: react-native-debugger

Partial log (click to expand)

  inflating: /nix/store/cv3l8pjgj1n5w5blqnbjdfdmqrr12zjb-react-native-debugger-0.7.20/natives_blob.bin
  inflating: /nix/store/cv3l8pjgj1n5w5blqnbjdfdmqrr12zjb-react-native-debugger-0.7.20/pdf_viewer_resources.pak
   creating: /nix/store/cv3l8pjgj1n5w5blqnbjdfdmqrr12zjb-react-native-debugger-0.7.20/resources/
  inflating: /nix/store/cv3l8pjgj1n5w5blqnbjdfdmqrr12zjb-react-native-debugger-0.7.20/resources/app.asar
  inflating: /nix/store/cv3l8pjgj1n5w5blqnbjdfdmqrr12zjb-react-native-debugger-0.7.20/resources/electron.asar
  inflating: /nix/store/cv3l8pjgj1n5w5blqnbjdfdmqrr12zjb-react-native-debugger-0.7.20/snapshot_blob.bin
  inflating: /nix/store/cv3l8pjgj1n5w5blqnbjdfdmqrr12zjb-react-native-debugger-0.7.20/ui_resources_200_percent.pak
 extracting: /nix/store/cv3l8pjgj1n5w5blqnbjdfdmqrr12zjb-react-native-debugger-0.7.20/version
  inflating: /nix/store/cv3l8pjgj1n5w5blqnbjdfdmqrr12zjb-react-native-debugger-0.7.20/views_resources_200_percent.pak
/nix/store/cv3l8pjgj1n5w5blqnbjdfdmqrr12zjb-react-native-debugger-0.7.20

@Mic92 Mic92 merged commit 6b90084 into NixOS:master Aug 16, 2018
@r-ryantm r-ryantm deleted the auto-update/react-native-debugger branch August 16, 2018 23:28
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