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

elixir: 1.11.4 -> 1.12.0 #123809

Closed
wants to merge 1 commit into from
Closed

Conversation

r-ryantm
Copy link
Contributor

Automatic update generated by nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/elixir/versions.

meta.description for elixir is: "A functional, meta-programming aware language built on top of the Erlang VM"

meta.homepage for elixir is: "https://elixir-lang.org/"

meta.changelog for elixir is: ""

Updates performed
  • Version update
To inspect upstream changes
Impact
Checks done (click to expand)
  • built on NixOS

  • The tests defined in passthru.tests, if any, passed

  • /nix/store/xcsvawy4pfxj0zy2zaad3g516w05p3hp-elixir-1.12.0/bin/elixir passed the binary check.

  • /nix/store/xcsvawy4pfxj0zy2zaad3g516w05p3hp-elixir-1.12.0/bin/elixirc passed the binary check.

  • /nix/store/xcsvawy4pfxj0zy2zaad3g516w05p3hp-elixir-1.12.0/bin/iex passed the binary check.

  • Warning: no invocation of /nix/store/xcsvawy4pfxj0zy2zaad3g516w05p3hp-elixir-1.12.0/bin/mix had a zero exit code or showed the expected version

  • /nix/store/xcsvawy4pfxj0zy2zaad3g516w05p3hp-elixir-1.12.0/bin/.elixir-wrapped passed the binary check.

  • /nix/store/xcsvawy4pfxj0zy2zaad3g516w05p3hp-elixir-1.12.0/bin/.elixirc-wrapped passed the binary check.

  • /nix/store/xcsvawy4pfxj0zy2zaad3g516w05p3hp-elixir-1.12.0/bin/.iex-wrapped passed the binary check.

  • 3 of 7 passed binary check by having a zero exit code.

  • 6 of 7 passed binary check by having the new version present in output.

  • found 1.12.0 with grep in /nix/store/xcsvawy4pfxj0zy2zaad3g516w05p3hp-elixir-1.12.0

  • found 1.12.0 in filename of file in /nix/store/xcsvawy4pfxj0zy2zaad3g516w05p3hp-elixir-1.12.0

  • directory tree listing: https://gist.github.com/7e3836598d64191c1059973ba1696064

  • du listing: https://gist.github.com/959db70bcbd4fc79b5bacc3d42a7f8ae


Rebuild report (if merged into master) (click to expand)
12 total rebuild path(s)

3 package rebuild(s)

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


First fifty rebuilds by attrpath
elixir
elixir_1_11
elixir_ls
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/xcsvawy4pfxj0zy2zaad3g516w05p3hp-elixir-1.12.0 \
  --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \
  --option trusted-public-keys '
  nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The Cachix cache is only trusted for this store-path realization.)
For the Cachix download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A elixir https://github.com/r-ryantm/nixpkgs/archive/2c40a35a3396b9b96d9e73fc683b90319f5e3d8b.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/xcsvawy4pfxj0zy2zaad3g516w05p3hp-elixir-1.12.0
ls -la /nix/store/xcsvawy4pfxj0zy2zaad3g516w05p3hp-elixir-1.12.0/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

Result of nixpkgs-review run on x86_64-linux 1

3 packages built:
  • elixir
  • elixir_ls
  • mix2nix

Maintainer pings

cc @ankhers @Br1ght0ne @DianaOlympos @gleber @happysalada @yurrriq for testing.

@r-rmcgibbo
Copy link

r-rmcgibbo commented May 20, 2021

Result of nixpkgs-review pr 123809 at 2c40a35 run on x86_64-linux 1

3 packages built successfully:
  • elixir (elixir_1_11)
  • elixir_ls
  • mix2nix
1 suggestion:
  • warning: name-and-version

    Did you mean to pass pname instead of name to mkDerivation?

    Near pkgs/development/interpreters/elixir/generic-builder.nix:19:5:

       |
    19 |     name = "${baseName}-${version}";
       |     ^
    

    Near pkgs/development/interpreters/elixir/generic-builder.nix:21:12:

       |
    21 |     inherit src version;
       |            ^
    

Result of nixpkgs-review pr 123809 at 2c40a35 run on aarch64-linux 1

2 packages built successfully:
  • elixir (elixir_1_11)
  • elixir_ls

@cw789
Copy link
Contributor

cw789 commented May 20, 2021

Duplication of #123774

@r-ryantm r-ryantm deleted the auto-update/elixir branch May 21, 2021 04:52
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