File tree 1 file changed +13
-0
lines changed
1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -72,6 +72,19 @@ Firecracker supports Linux host and guest operating systems with kernel versions
72
72
4.14 and above. The long-term support plan is still under discussion. A leading
73
73
option is to support Firecracker for the last two Linux stable branch releases.
74
74
75
+ ### What toolchains are supported by Firecracker?
76
+
77
+ The toolchain that Firecracker is tested against and that is recommended for
78
+ building production releases is the one that is automatically used by building
79
+ Firecracker using ` devtool ` (see [ README] ( README.md ) ). In this configuration,
80
+ Firecracker is currently built as a static binary linked against
81
+ the [ musl] ( https://www.musl-libc.org/ ) libc implementation.
82
+
83
+ Firecracker also builds using [ glibc] ( https://www.gnu.org/software/libc/ )
84
+ toolchains, such as the default Rust toolchains provided in certain Linux
85
+ distributions. That being said, Firecracker binaries built without ` devtool ` are
86
+ always considered experimental and should not be used in production.
87
+
75
88
### What is the open source license for Firecracker?
76
89
77
90
Firecracker is licensed under the Apache License, version 2.0, allowing you to
You can’t perform that action at this time.
0 commit comments