Commit graph

19 commits

Author SHA1 Message Date
Luke Granger-Brown 6737ba2d50
Merge pull request #130320 from endocrimes/dani/firecracker-24.4
firecracker: 0.24.3 -> 0.24.4
2021-07-25 10:12:10 +01:00
Sandro 0a0f6ab848
firecracker: use dontConfigure 2021-07-20 10:48:48 +02:00
Danielle Lancashire 6fc6e325e6 firecracker: 0.24.3 -> 0.24.4
Updated firecracker to v0.24.4. This required updating the buildPhase to
point to new compilation result paths.

Formatting changes were performed by `nix-update --format`
2021-07-16 11:56:35 +02:00
R. RyanTM 72568e154e firecracker: 0.24.2 -> 0.24.3 2021-05-12 13:46:57 +00:00
Austin Seipp 99c55b865d
firecracker: 0.23.0 -> 0.24.2
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2021-04-15 12:50:29 -05:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Austin Seipp a83e5c4245
firecracker: 0.22.0 -> 0.23.0
Closes #102789.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-11-15 21:28:29 -06:00
Austin Seipp 5a71d9619a
firecracker: 0.21.1 -> 0.22.0
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-09-21 16:54:48 -05:00
xrelkd 5e16e668f5 firecracker: 0.20.0 -> 0.21.1 2020-05-09 22:13:06 +08:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
zowoq f578bcadbe firecracker: 0.19.0 -> 0.20.0
https://github.com/firecracker-microvm/firecracker/blob/v0.20.0/CHANGELOG.md#0200
2020-02-02 12:52:48 +10:00
Austin Seipp 4be9fcd184 firecracker: support on aarch64-linux
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-10-28 20:18:07 -05:00
Austin Seipp 610a6fc20b firecracker: 0.18.0 -> 0.19.0, some cleanups
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-10-28 20:18:07 -05:00
Danielle Lancashire de627c704b firecracker: 0.15.2 -> 0.18.0 2019-09-21 17:22:25 -05:00
Austin Seipp d3fad881d6
firecracker: 0.15.0 -> 0.15.2
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-04-22 11:52:40 -05:00
Austin Seipp d011a91b70
firecracker: 0.14.0 -> 0.15.0
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-02-22 13:23:46 -06:00
zimbatm 288f353cdb
firecracker: 0.13.0 -> 0.14.0 2019-02-20 21:16:30 +01:00
Austin Seipp b5c6156062 firecracker: 0.12.0 -> 0.13.0
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-01-12 20:12:08 -06:00
Austin Seipp 814319f1ae nixpkgs/firecracker: init at 0.12.0
This currently uses a binary-only package, since building
jailer/firecracker all on their own is somewhat complex from my
attempts.

This will later be changed into a source-only build, ideally.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-12-21 11:17:01 -06:00