Skip to content

Commit

Permalink
Update criu version
Browse files Browse the repository at this point in the history
- Update to 0.44 version

Signed-off-by: LongyuZhang <[email protected]>
  • Loading branch information
LongyuZhang committed Mar 11, 2024
1 parent 86ae07c commit 5f1373f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/dockerfile_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ print_criu_install() {
"\n\t&& git clone https://github.com/ibmruntimes/criu.git \\" \
"\n\t&& cd criu \\" \
"\n\t&& git fetch origin \\" \
"\n\t&& git reset --hard origin/0.43.0-release \\" \
"\n\t&& git reset --hard origin/0.44.0-release \\" \
"\n\t&& make PREFIX=/usr install \\" \
"\n\t&& criu -V " \
"\n" >> ${file}
Expand Down

0 comments on commit 5f1373f

Please sign in to comment.