File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -50,12 +50,13 @@ cd ${CR_SRC_DIR} &&
50
50
51
51
git checkout -f tags/$CR_VER &&
52
52
53
- git clean -ffd &&
54
53
git clean -ffd &&
55
54
git clean -ffd &&
56
55
57
56
gclient sync --with_branch_heads --with_tags -f -R -D &&
58
57
58
+ git clean -ffd &&
59
+
59
60
# gclient runhooks &&
60
61
61
62
# Install sysroots (i.e. for ARM64)
@@ -66,7 +67,7 @@ printf "\n"
66
67
printf " ${GRE} Chromium tree is checked out at tag: ${c0} $CR_VER \n"
67
68
printf " \n"
68
69
69
- printf " ${YEL} Downloading PGO Profiles for Linux, Windows, and Mac ...\n" &&
70
+ printf " ${YEL} Downloading PGO Profiles for Linux & Windows ...\n" &&
70
71
printf " \n" &&
71
72
tput sgr0 &&
72
73
Original file line number Diff line number Diff line change @@ -62,12 +62,13 @@ cp -v thorium-libjxl/src/third_party/.gitignore ${CR_SRC_DIR}/third_party/ &&
62
62
63
63
cd ${CR_SRC_DIR} &&
64
64
65
- git clean -ffd &&
66
65
git clean -ffd &&
67
66
git clean -ffd &&
68
67
69
68
gclient sync --with_branch_heads --with_tags -f -R -D &&
70
69
70
+ git clean -ffd &&
71
+
71
72
# gclient runhooks &&
72
73
73
74
# Install sysroots (i.e. for ARM64)
@@ -78,7 +79,7 @@ printf "\n"
78
79
printf " ${GRE} Chromium tree is checked out at tag: ${c0} $THOR_VER \n"
79
80
printf " \n"
80
81
81
- printf " ${YEL} Downloading PGO Profiles for Linux, Windows, and Mac ...\n" &&
82
+ printf " ${YEL} Downloading PGO Profiles for Linux & Windows ...\n" &&
82
83
printf " \n" &&
83
84
tput sgr0 &&
84
85
You can’t perform that action at this time.
0 commit comments