-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
:Release Notes: Add defensive codes for "npm install" in Enact CLI :Detailed Notes: * Add "timeouted-npm-install with 5 times" structure in enact-dev-native.bb * Remove "npm install" codes in webos_enactjs_env.bbclass * Reason: All enact apps inherit webos_enactjs_env so each apps call duplicated "npm install" in enact_cli each times. For that reason, "npm install" has been moved to enact-dev-native(it calls only one time). That can reduce useless function calls and sometimes errors. :Testing Performed: Verf built and locally tested :QA Notes: :Issues Addressed: [PLAT-144070] random build failures occurs from NPM [PLAT-144565] CCC: enact-dev-native=r9 Change-Id: Icffbad032aec354b0e11548cdc107ad71a952169
- Loading branch information
Showing
2 changed files
with
32 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters