Skip to content

Commit ae02dfe

Browse files
committed
do not upgrade libs to not force reinstall
1 parent 51dc8b8 commit ae02dfe

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.CI/installLibraries.mos

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,11 @@ end for;
9090

9191
print("Did install:" + getErrorString() + "\n");
9292

93+
/* do not upgrade as it will reinstall libs!
9394
if not upgradeInstalledPackages() then
9495
print("Failed upgrade:\n" + getErrorString() + "\n");
9596
exit(1);
9697
end if;
9798

9899
print("Did upgrade:\n" + getErrorString() + "\n");
100+
*/

0 commit comments

Comments
 (0)