File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ GID = $(shell id -g)
26
26
27
27
# The below files are needed and can be downloaded from the internet
28
28
testdata_objects = testdata/vmlinux testdata/root-drive.img testdata/firecracker testdata/jailer
29
+ firecracker_version = v0.22.0
29
30
30
31
# --location is needed to follow redirects on github.com
31
32
curl = curl --location
@@ -58,11 +59,11 @@ testdata/vmlinux:
58
59
$(curl ) -o $@ https://s3.amazonaws.com/spec.ccfc.min/img/hello/kernel/hello-vmlinux.bin
59
60
60
61
testdata/firecracker :
61
- $(curl ) -o $@ https://github.com/firecracker-microvm/firecracker/releases/download/v0.21.1 /firecracker-v0.21.1 -x86_64
62
+ $(curl ) -o $@ https://github.com/firecracker-microvm/firecracker/releases/download/$( firecracker_version ) /firecracker-$( firecracker_version ) -x86_64
62
63
chmod +x $@
63
64
64
65
testdata/jailer :
65
- $(curl ) -o $@ https://github.com/firecracker-microvm/firecracker/releases/download/v0.21.1 /jailer-v0.21.1 -x86_64
66
+ $(curl ) -o $@ https://github.com/firecracker-microvm/firecracker/releases/download/$( firecracker_version ) /jailer-$( firecracker_version ) -x86_64
66
67
chmod +x $@
67
68
68
69
testdata/root-drive.img :
You can’t perform that action at this time.
0 commit comments