Skip to content

Commit

Permalink
[8.1] [yarn] download prebuilt artifacts for re2 and node-sass from c…
Browse files Browse the repository at this point in the history
…ustom mirrors (#126820) (#126855)

* [yarn] download prebuilt artifacts for re2 and node-sass from custom mirrors (#126820)

Co-authored-by: Kibana Machine <[email protected]>
(cherry picked from commit c509fda)

# Conflicts:
#	yarn.lock

* update kbn/pm dist
  • Loading branch information
Spencer authored Mar 3, 2022
1 parent aba6ebd commit 1fc5a7d
Show file tree
Hide file tree
Showing 8 changed files with 983 additions and 1,024 deletions.
4 changes: 4 additions & 0 deletions WORKSPACE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,8 @@ yarn_install(
symlink_node_modules = True,
quiet = False,
frozen_lockfile = False,
environment = {
"SASS_BINARY_SITE": "https://us-central1-elastic-kibana-184716.cloudfunctions.net/kibana-ci-proxy-cache/node-sass",
"RE2_DOWNLOAD_MIRROR": "https://us-central1-elastic-kibana-184716.cloudfunctions.net/kibana-ci-proxy-cache/node-re2",
}
)
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
"docs:acceptApiChanges": "node --max-old-space-size=6144 scripts/check_published_api_changes.js --accept",
"es": "node scripts/es",
"preinstall": "node ./preinstall_check",
"postinstall": "node scripts/kbn patch_native_modules",
"kbn": "node scripts/kbn",
"lint": "yarn run lint:es && yarn run lint:style",
"lint:es": "node scripts/eslint",
Expand Down Expand Up @@ -334,7 +333,7 @@
"raw-loader": "^3.1.0",
"rbush": "^3.0.1",
"re-resizable": "^6.1.1",
"re2": "^1.16.0",
"re2": "1.17.4",
"react": "^16.12.0",
"react-ace": "^7.0.5",
"react-beautiful-dnd": "^13.0.0",
Expand Down Expand Up @@ -836,7 +835,7 @@
"multimatch": "^4.0.0",
"mutation-observer": "^1.0.3",
"ncp": "^2.0.0",
"node-sass": "^6.0.1",
"node-sass": "6.0.1",
"null-loader": "^3.0.0",
"nyc": "^15.1.0",
"oboe": "^2.1.4",
Expand Down
Loading

0 comments on commit 1fc5a7d

Please sign in to comment.