Skip to content

Commit

Permalink
# This is a combination of 2 commits.
Browse files Browse the repository at this point in the history
# This is the 1st commit message:

Feat: Add Prefetch Bootstrap Build

# This is the commit message #2:

sync

tag: Add a runable example

add prefetch bootstrap

Refactor: change the test root

WIP: gen an empty blob, enter in blob.rs:33

chore: remove unused comments

WIP: generate blob id

WIP: update blob id

Refractor: remove some unuseful import and parameters

WIP: need to encapsulation the reader

ROLLBACK: Generate a blob

WIP: Revert files

WIP: revert files

WIP: Generate Blob And Compute Blob ID

feat: Generate Prefetch blobs

refractor: remove some unuse imports and functions

Add #![deny(warnings)] to enforce warning-free code
  • Loading branch information
daiyongxuan committed Oct 14, 2024
1 parent 52ed07b commit 7b5dc5b
Show file tree
Hide file tree
Showing 29 changed files with 704 additions and 53 deletions.
32 changes: 27 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions builder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ sha2 = "0.10.2"
tar = "0.4.40"
vmm-sys-util = "0.11.0"
xattr = "1.0.1"
rand = "0.8.5"
zstd = "0.12"
tempfile = "3.2"

nydus-api = { version = "0.3", path = "../api" }
nydus-rafs = { version = "0.3", path = "../rafs" }
Expand Down
Loading

0 comments on commit 7b5dc5b

Please sign in to comment.