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

powershell: 6.1.0 -> 6.1.1 #50644

Closed
wants to merge 1 commit into from

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/powershell/versions.

meta.description for powershell is: '"Cross-platform (Windows, Linux, and macOS) automation and configuration tool/framework"'.

Checks done (click to expand)
Rebuild report (click to expand)

4 total rebuild path(s)

1 package rebuild(s)

1 x86_64-linux rebuild(s)
1 i686-linux rebuild(s)
1 x86_64-darwin rebuild(s)
1 aarch64-linux rebuild(s)

First fifty rebuilds by attrpath
powershell

Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/5hiw063fj191w7phrh4j46l4dzkpdmw8-powershell-6.1.1 \
  --option binary-caches 'https://cache.nixos.org/ https://r-ryantm.cachix.org/' \
  --option trusted-public-keys '
  r-ryantm.cachix.org-1:gkUbLkouDAyvBdpBX0JOdIiD2/DP1ldF3Z3Y6Gqcc4c=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(r-ryantm's Cachix cache is only trusted for this store-path realization.)

Or, build yourself:

nix-build -A powershell https://github.com/r-ryantm/nixpkgs/archive/7d2478cbfc207a0ae36b0a0bafd285d857731f7f.tar.gz

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/5hiw063fj191w7phrh4j46l4dzkpdmw8-powershell-6.1.1
ls -la /nix/store/5hiw063fj191w7phrh4j46l4dzkpdmw8-powershell-6.1.1/bin

cc @yrashk for testing.

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/powershell/versions
@@ -5,7 +5,7 @@ let platformString = if stdenv.isDarwin then "osx"
else if stdenv.isLinux then "linux"
else throw "unsupported platform";
platformSha = if stdenv.isDarwin then "0jngmqxjiiz5dpgky027wl0s3nn321rxs6kxab27kmp031j65x8g"
Copy link
Member

Choose a reason for hiding this comment

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

darwin hash needs an update too.

@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: powershell

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 aarch64-linux (full log)

Attempted: powershell

Partial log (click to expand)

searching for dependencies of /nix/store/94bpz1lxz7j6flqf7k7z94mdgifnihka-powershell-6.1.1/share/powershell/libcoreclr.so
searching for dependencies of /nix/store/94bpz1lxz7j6flqf7k7z94mdgifnihka-powershell-6.1.1/share/powershell/libclrjit.so
searching for dependencies of /nix/store/94bpz1lxz7j6flqf7k7z94mdgifnihka-powershell-6.1.1/share/powershell/createdump
searching for dependencies of /nix/store/94bpz1lxz7j6flqf7k7z94mdgifnihka-powershell-6.1.1/share/powershell/System.Security.Cryptography.Native.OpenSsl.so
searching for dependencies of /nix/store/94bpz1lxz7j6flqf7k7z94mdgifnihka-powershell-6.1.1/share/powershell/System.Net.Security.Native.so
searching for dependencies of /nix/store/94bpz1lxz7j6flqf7k7z94mdgifnihka-powershell-6.1.1/share/powershell/System.Net.Http.Native.so
searching for dependencies of /nix/store/94bpz1lxz7j6flqf7k7z94mdgifnihka-powershell-6.1.1/share/powershell/System.Native.so
searching for dependencies of /nix/store/94bpz1lxz7j6flqf7k7z94mdgifnihka-powershell-6.1.1/share/powershell/System.IO.Compression.Native.so
searching for dependencies of /nix/store/94bpz1lxz7j6flqf7k7z94mdgifnihka-powershell-6.1.1/share/powershell/System.Globalization.Native.so
/nix/store/94bpz1lxz7j6flqf7k7z94mdgifnihka-powershell-6.1.1

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: powershell

Partial log (click to expand)

  libstdc++.so.6 -> found: /nix/store/3v5r7fkrbkw2qajadvjbf6p6qriz9p1i-gcc-7.3.0-lib/lib/libstdc++.so.6
setting RPATH to: /nix/store/3v5r7fkrbkw2qajadvjbf6p6qriz9p1i-gcc-7.3.0-lib/lib
searching for dependencies of /nix/store/5hiw063fj191w7phrh4j46l4dzkpdmw8-powershell-6.1.1/share/powershell/libhostfxr.so
  libstdc++.so.6 -> found: /nix/store/3v5r7fkrbkw2qajadvjbf6p6qriz9p1i-gcc-7.3.0-lib/lib/libstdc++.so.6
setting RPATH to: /nix/store/3v5r7fkrbkw2qajadvjbf6p6qriz9p1i-gcc-7.3.0-lib/lib
searching for dependencies of /nix/store/5hiw063fj191w7phrh4j46l4dzkpdmw8-powershell-6.1.1/share/powershell/libsos.so
  libmscordaccore.so -> found: /nix/store/5hiw063fj191w7phrh4j46l4dzkpdmw8-powershell-6.1.1/share/powershell/libmscordaccore.so
  libstdc++.so.6 -> found: /nix/store/3v5r7fkrbkw2qajadvjbf6p6qriz9p1i-gcc-7.3.0-lib/lib/libstdc++.so.6
setting RPATH to: /nix/store/5hiw063fj191w7phrh4j46l4dzkpdmw8-powershell-6.1.1/share/powershell:/nix/store/3v5r7fkrbkw2qajadvjbf6p6qriz9p1i-gcc-7.3.0-lib/lib
/nix/store/5hiw063fj191w7phrh4j46l4dzkpdmw8-powershell-6.1.1

@worldofpeace worldofpeace mentioned this pull request Nov 23, 2018
10 tasks
@c0bw3b c0bw3b closed this Nov 23, 2018
@r-ryantm r-ryantm deleted the auto-update/powershell branch December 8, 2018 22:26
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

4 participants