Commit f244f51
Removed tempfile dependency
Removed `tempfile` crate dependency, from crates.io, which
was heavily using other dependencies which Firecracker does
not use. Used instead `rust-vmm/vmm-sys-util` tempfile
implementation, which provides support from temporary file
and directory creation.
Fixes #1125
Signed-off-by: Iulian Barbu <[email protected]>1 parent 6790156 commit f244f51
File tree
24 files changed
+227
-334
lines changed- src
- devices
- src/virtio
- firecracker
- jailer
- src
- logger
- src
- memory_model
- src
- utils/src
- vmm
- src
- default_syscalls
- vmm_config
- tests/integration_tests/build
24 files changed
+227
-334
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
654 | 654 | | |
655 | 655 | | |
656 | 656 | | |
657 | | - | |
| 657 | + | |
658 | 658 | | |
659 | | - | |
660 | | - | |
661 | | - | |
662 | | - | |
663 | | - | |
664 | 659 | | |
665 | 660 | | |
666 | 661 | | |
667 | 662 | | |
668 | 663 | | |
669 | 664 | | |
| 665 | + | |
| 666 | + | |
| 667 | + | |
670 | 668 | | |
| 669 | + | |
| 670 | + | |
671 | 671 | | |
672 | 672 | | |
673 | 673 | | |
| |||
707 | 707 | | |
708 | 708 | | |
709 | 709 | | |
710 | | - | |
711 | | - | |
| 710 | + | |
| 711 | + | |
| 712 | + | |
| 713 | + | |
| 714 | + | |
| 715 | + | |
712 | 716 | | |
713 | 717 | | |
714 | 718 | | |
715 | 719 | | |
716 | | - | |
| 720 | + | |
| 721 | + | |
| 722 | + | |
| 723 | + | |
| 724 | + | |
| 725 | + | |
| 726 | + | |
717 | 727 | | |
718 | 728 | | |
719 | 729 | | |
| |||
1513 | 1523 | | |
1514 | 1524 | | |
1515 | 1525 | | |
1516 | | - | |
1517 | | - | |
| 1526 | + | |
| 1527 | + | |
1518 | 1528 | | |
1519 | 1529 | | |
1520 | 1530 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
0 commit comments