Navigation Menu

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

mill: 0.5.1 -> 0.5.2 #71723

Merged
merged 1 commit into from Nov 7, 2019
Merged

mill: 0.5.1 -> 0.5.2 #71723

merged 1 commit into from Nov 7, 2019

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

meta.description for mill is: '"A build tool for Scala, Java and more"'.

meta.homepage for mill is: '"https://www.lihaoyi.com/mill"

Compare changes on GitHub

Checks done (click to expand)
Rebuild report (if merged into master) (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
mill

Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/jsbi2pnny5c37g0qbrbqks62wv63zxmv-mill-0.5.2 \
  --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 mill https://github.com/r-ryantm/nixpkgs/archive/a825063c334e713a636f6415a8a66a05f49b96fe.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/jsbi2pnny5c37g0qbrbqks62wv63zxmv-mill-0.5.2
ls -la /nix/store/jsbi2pnny5c37g0qbrbqks62wv63zxmv-mill-0.5.2/bin

cc @scalavision 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/mill/versions
Copy link
Contributor

@jonringer jonringer left a comment

Choose a reason for hiding this comment

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

nix-review passes on NixOS
diff LGTM
executable seems to work

[3 built, 0.0 MiB DL]
https://github.com/NixOS/nixpkgs/pull/71723
1 package were build:
mill

@c0bw3b
Copy link
Contributor

c0bw3b commented Oct 25, 2019

The behavior of this pkg is somewhat unusual. The script that it fetches and installs in the nix store is just a download wrapper, not the tool itself. At first run, it will DL this bin under $HOME/.mill
So if you install the nix pkg and then go offline, you don't have an actual working tool. Same thing if you rely on the binary cache because, let's say, a firewall forbid you access to github.

Wouldn't it be possible to install the correct assembly for the target platform directly in the nix store?

@SRGOM
Copy link
Member

SRGOM commented Nov 4, 2019

@cObw3B Thats what sbt (which is in same space as mill) does too I think? Plus most scala projects are nigh impossible to build without internet anyway ... :)

@c0bw3b c0bw3b merged commit 066e36f into NixOS:master Nov 7, 2019
dtzWill pushed a commit to dtzWill/nixpkgs that referenced this pull request Nov 10, 2019
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mill/versions

(cherry picked from commit 066e36f)
@r-ryantm r-ryantm deleted the auto-update/mill branch November 16, 2019 14:35
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