forked from opensearch-project/OpenSearch-Dashboards
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Dart's `sass` uses a lot more memory that `node-sass` which causes failures with CI on Windows when building platform plugins: pagefile size was bumped. Signed-off-by: Miki <[email protected]> (cherry picked from commit f822702) Signed-off-by: Miki <[email protected]>
- Loading branch information
Showing
26 changed files
with
250 additions
and
543 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,6 +47,14 @@ jobs: | |
run: | | ||
git config --global core.autocrlf false | ||
- name: Configure pagefile size (Windows only) | ||
if: matrix.os == 'windows-latest' | ||
uses: al-cheb/[email protected] | ||
with: | ||
minimum-size: 16GB | ||
maximum-size: 64GB | ||
disk-root: "C:" | ||
|
||
- name: Checkout code | ||
uses: actions/checkout@v3 | ||
|
||
|
@@ -146,6 +154,14 @@ jobs: | |
run: | | ||
git config --global core.autocrlf false | ||
- name: Configure pagefile size (Windows only) | ||
if: matrix.os == 'windows-latest' | ||
uses: al-cheb/[email protected] | ||
with: | ||
minimum-size: 16GB | ||
maximum-size: 64GB | ||
disk-root: "C:" | ||
|
||
- name: Checkout code | ||
uses: actions/checkout@v3 | ||
|
||
|
@@ -232,6 +248,14 @@ jobs: | |
run: | | ||
git config --global core.autocrlf false | ||
- name: Configure pagefile size (Windows only) | ||
if: matrix.os == 'windows-latest' | ||
uses: al-cheb/[email protected] | ||
with: | ||
minimum-size: 16GB | ||
maximum-size: 64GB | ||
disk-root: "C:" | ||
|
||
- name: Checkout code | ||
uses: actions/checkout@v3 | ||
|
||
|
@@ -334,6 +358,14 @@ jobs: | |
git config --global core.autocrlf false | ||
working-directory: . | ||
|
||
- name: Configure pagefile size (Windows only) | ||
if: matrix.os == 'windows-latest' | ||
uses: al-cheb/[email protected] | ||
with: | ||
minimum-size: 16GB | ||
maximum-size: 64GB | ||
disk-root: "C:" | ||
|
||
- name: Checkout code | ||
uses: actions/checkout@v3 | ||
with: | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ | |
"del": "^6.1.1", | ||
"getopts": "^2.2.5", | ||
"pegjs": "0.10.0", | ||
"sass-loader": "npm:@amoo-miki/[email protected]", | ||
"sass-loader": "npm:@amoo-miki/[email protected]-with-sass-embedded.rc1", | ||
"style-loader": "^1.1.3", | ||
"supports-color": "^7.0.0", | ||
"url-loader": "^2.2.0", | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,10 +52,10 @@ | |
"css-loader": "^5.2.7", | ||
"file-loader": "^6.2.0", | ||
"loader-utils": "^2.0.4", | ||
"node-sass": "npm:@amoo-miki/[email protected]", | ||
"sass-embedded": "1.66.1", | ||
"postcss-loader": "^4.2.0", | ||
"raw-loader": "^4.0.2", | ||
"sass-loader": "npm:@amoo-miki/[email protected]", | ||
"sass-loader": "npm:@amoo-miki/[email protected]-with-sass-embedded.rc1", | ||
"style-loader": "^1.1.3", | ||
"url-loader": "^2.2.0", | ||
"val-loader": "^2.1.2", | ||
|
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,16 +23,16 @@ | |
"enzyme-adapter-react-16": "^1.9.1" | ||
}, | ||
"devDependencies": { | ||
"@elastic/eui": "npm:@opensearch-project/oui@1.3.0", | ||
"@elastic/eui": "npm:@opensearch-project/oui@1.4.0-alpha.2", | ||
"@osd/babel-preset": "1.0.0", | ||
"@osd/optimizer": "1.0.0", | ||
"comment-stripper": "^0.0.4", | ||
"grunt": "^1.5.2", | ||
"grunt-babel": "^8.0.0", | ||
"grunt-contrib-clean": "^2.0.0", | ||
"grunt-contrib-copy": "^1.0.0", | ||
"node-sass": "npm:@amoo-miki/[email protected]", | ||
"sass-loader": "npm:@amoo-miki/[email protected]", | ||
"sass-embedded": "1.66.1", | ||
"sass-loader": "npm:@amoo-miki/[email protected]-with-sass-embedded.rc1", | ||
"postcss": "^8.4.5", | ||
"sinon": "^7.4.2" | ||
} | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
}, | ||
"dependencies": { | ||
"@elastic/charts": "31.1.0", | ||
"@elastic/eui": "npm:@opensearch-project/oui@1.3.0", | ||
"@elastic/eui": "npm:@opensearch-project/oui@1.4.0-alpha.2", | ||
"@elastic/numeral": "^2.5.0", | ||
"@opensearch/datemath": "5.0.3", | ||
"@osd/i18n": "1.0.0", | ||
|
@@ -46,9 +46,9 @@ | |
"css-loader": "^5.2.7", | ||
"del": "^6.1.1", | ||
"loader-utils": "^2.0.4", | ||
"node-sass": "npm:@amoo-miki/[email protected]", | ||
"sass-loader": "npm:@amoo-miki/[email protected]", | ||
"sass-embedded": "1.66.1", | ||
"sass-loader": "npm:@amoo-miki/[email protected]-with-sass-embedded.rc1", | ||
"val-loader": "^2.1.2", | ||
"webpack": "npm:@amoo-miki/[email protected]" | ||
} | ||
} | ||
} |
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
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
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
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
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
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
Oops, something went wrong.