Skip to content

Commit

Permalink
Update dockerfile CRIU install (adoptium#5143)
Browse files Browse the repository at this point in the history
- update CRIU branch to 0.44 releaase
- add function CONFIG_AMDGPU=n

Signed-off-by: LongyuZhang <longyu.zhang@ibm.com>
  • Loading branch information
LongyuZhang committed Mar 14, 2024
1 parent d1308d5 commit 07d266b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions external/dockerfile_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -397,8 +397,8 @@ 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&& make PREFIX=/usr install \\" \
"\n\t&& git reset --hard origin/0.44.0-release \\" \
"\n\t&& make PREFIX=/usr CONFIG_AMDGPU=n install \\" \
"\n\t&& criu -V " \
"\n" >> ${file}

Expand Down

0 comments on commit 07d266b

Please sign in to comment.