Skip to content

Commit

Permalink
[Reporting] Switch Mac Chromium to the internally-hosted custom build (
Browse files Browse the repository at this point in the history
…elastic#100165)

* switch mac chromium download location to kibana team gcs

* oops, fix the path to the binary

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
  • Loading branch information
tsullivan and kibanamachine committed May 17, 2021
1 parent eb20988 commit 941bdac
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions x-pack/plugins/reporting/server/browsers/chromium/paths.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,11 @@ export class ChromiumArchivePaths {
{
platform: 'darwin',
architecture: 'x64',
archiveFilename: 'chrome-mac.zip',
archiveChecksum: '6aad6fa5a26d83e24e2f0d52de5230bf',
binaryChecksum: '2dc7a7250d849df4cab60f3b4a70c1ea',
binaryRelativePath: 'chrome-mac/Chromium.app/Contents/MacOS/Chromium',
location: 'common',
archivePath: 'Mac',
archiveFilename: 'chromium-d163fd7-darwin_x64.zip',
archiveChecksum: '19aa88bd59e2575816425bf72786c53f',
binaryChecksum: 'dfcd6e007214175997663c50c8d871ea',
binaryRelativePath: 'headless_shell-darwin_x64/headless_shell',
location: 'custom',
},
{
platform: 'linux',
Expand Down

0 comments on commit 941bdac

Please sign in to comment.