Skip to content

Commit 6d311fd

Browse files
committed
Don't mention 0.12.0 and 0.17.0
These pre-vsock versions may not work anymore. Signed-off-by: Kazuyoshi Kato <[email protected]>
1 parent a56acdf commit 6d311fd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

HACKING.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ environment variable.
1212

1313
You need some external resources in order to run the tests, as described below:
1414

15-
1. A firecracker and jailer binary (tested with 0.12.0) must either be
15+
1. A firecracker and jailer binary (tested with 0.20.0) must either be
1616
installed as `./testdata/firecracker` or the path must be specified through
1717
the `FC_TEST_BIN` environment variable. The jailer requires go test to be
1818
run with sudo and can also be turned off by setting the `DISABLE_ROOT_TESTS`
@@ -61,7 +61,6 @@ Amazon EC2 Bare Metal Instances.
6161
The instance is pre-configured to have
6262

6363
- firecracker and jailer under /usr/local/bin.
64-
Both of them are currently v0.17.0 and built with
65-
`cargo build --features vsock --release` to enable vsock support
64+
Both of them are currently v0.20.0.
6665
- vmlinux.bin from
6766
https://s3.amazonaws.com/spec.ccfc.min/img/hello/kernel/hello-vmlinux.bin

0 commit comments

Comments
 (0)