Skip to content

Commit f53196f

Browse files
Ace-Tangfuweid
authored andcommitted
ci: output log when install criu
ci test alway hang on installing criu things some times ago, add log to make sure who blocked the ci, see #2298. Signed-off-by: Ace-Tang <[email protected]>
1 parent b2542f1 commit f53196f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hack/install/install_criu.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ main() {
4848
os_dist="$(detect_os)"
4949
if [[ "${os_dist}" = "Ubuntu" ]]; then
5050
criu::ubuntu::install_dependencies > /dev/null
51+
echo ">>>> start to download criu from github repository <<<<"
5152
criu::ubuntu::install > /dev/null
5253
else
5354
echo "will support redhat soon"

0 commit comments

Comments
 (0)