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

lima: 0.13.0 -> 0.14.2 #205976

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://github.com/lima-vm/lima/releases.

meta.description for lima is: "Linux virtual machines (on macOS, in most cases)"

meta.homepage for lima is: "https://github.com/lima-vm/lima"

meta.changelog for lima is: ""

Updates performed
  • Golang update
To inspect upstream changes
Impact
Checks done (click to expand)
  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 0.14.0 with grep in /nix/store/4jqgsqysdhgy9xvn18d3f46gr2cmjm2z-lima-0.14.0
  • found 0.14.0 in filename of file in /nix/store/4jqgsqysdhgy9xvn18d3f46gr2cmjm2z-lima-0.14.0

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

2 package rebuild(s)

First fifty rebuilds by attrpath
colima
lima
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/4jqgsqysdhgy9xvn18d3f46gr2cmjm2z-lima-0.14.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 lima https://github.com/r-ryantm/nixpkgs/archive/ccf9cfd34eb58a50704cf54789fa23a0a62fcc7b.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/4jqgsqysdhgy9xvn18d3f46gr2cmjm2z-lima-0.14.0
ls -la /nix/store/4jqgsqysdhgy9xvn18d3f46gr2cmjm2z-lima-0.14.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

2 packages built:
  • colima
  • lima

Maintainer pings

cc @voanhduy1512 for testing.

@@ -8,16 +8,16 @@

buildGoModule rec {
pname = "lima";
version = "0.13.0";
version = "0.14.0";

Choose a reason for hiding this comment

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

v0.14.1 now available

Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe it requires macOS Ventura (version>=13.0) ?

Copy link
Contributor

Choose a reason for hiding this comment

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

OK, I checked and it needs xcrun to detect the version of macos, and build with/without the new virtualization lib (there is a -tags "no_vz" added if not on Ventura)

Copy link
Contributor

Choose a reason for hiding this comment

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

And I have a feeling that it requires codesign in order to be able to use the new virtualization framework :(

Copy link
Contributor

Choose a reason for hiding this comment

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

Opened #206285 for fixing all that.

@jbgosselin
Copy link
Contributor

Made a separate PR for v0.14.1 with fixes needed with v0.14.0 and onward #206285

@r-ryantm r-ryantm changed the title lima: 0.13.0 -> 0.14.0 lima: 0.13.0 -> 0.14.2 Dec 28, 2022
@r-ryantm
Copy link
Contributor Author

Automatic update generated by nixpkgs-update tools. This update was made based on information from https://github.com/lima-vm/lima/releases.

meta.description for lima is: "Linux virtual machines (on macOS, in most cases)"

meta.homepage for lima is: "https://github.com/lima-vm/lima"

meta.changelog for lima is: ""

Updates performed
  • Golang update
To inspect upstream changes
Impact
Checks done (click to expand)
  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 0.14.2 with grep in /nix/store/havlpagvr59w1jnyzrw8f2azxzzc611g-lima-0.14.2
  • found 0.14.2 in filename of file in /nix/store/havlpagvr59w1jnyzrw8f2azxzzc611g-lima-0.14.2

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

2 package rebuild(s)

First fifty rebuilds by attrpath
colima
lima
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/havlpagvr59w1jnyzrw8f2azxzzc611g-lima-0.14.2 \
  --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 lima https://github.com/r-ryantm/nixpkgs/archive/18aa9bffcfbcda51b8eac87ddc43167c10ca3750.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/havlpagvr59w1jnyzrw8f2azxzzc611g-lima-0.14.2
ls -la /nix/store/havlpagvr59w1jnyzrw8f2azxzzc611g-lima-0.14.2/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

2 packages built:
  • colima
  • lima

Maintainer pings

cc @voanhduy1512 for testing.

@wegank
Copy link
Member

wegank commented Jan 23, 2023

Superseded by #206285.

@wegank wegank closed this Jan 23, 2023
@r-ryantm r-ryantm deleted the auto-update/lima branch January 23, 2023 14:03
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.

5 participants