File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed
Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 1+ # Version scheme:
2+ # - 4.1: CRIU upstream tagged version
3+ # - 4.1-r1: Build system revision for same CRIU version
4+ # - <commit-hash>: Building from untagged upstream commit
15project :
26 name : criu-static
7+ versionPattern : CUSTOM
38 inceptionYear : 2025
49 description : " Static build of CRIU (Checkpoint/Restore In Userspace) with all dependencies statically linked."
510 links :
Original file line number Diff line number Diff line change 22
33This is a static build of CRIU with all dependencies statically linked for maximum portability.
44
5- ## 📋 Version Information
6-
7- {{#contains projectVersion " -r" }}
8- **Version**: {{projectVersion}} (upstream CRIU + build revision for system improvements/fixes)
9- {{/contains}}
10- {{^contains projectVersion " -r" }}
11- **Version**: {{projectVersion}} (upstream CRIU base build)
12- {{/contains}}
13-
145## 📦 What's Included
156
167Every binary release contains:
You can’t perform that action at this time.
0 commit comments