Andrey Lushnikov
d61862094e
devops: do not compile NaCL for chromium ( #12508 )
2022-03-04 14:38:02 -08:00
Andrey Lushnikov
1c85e1563c
devops: fix chromium win archiving
2021-11-17 20:20:15 -08:00
Andrey Lushnikov
8c4e6f4eba
devops: fix Chromium archiving on Windows ( #10401 )
...
Chromium moved locales to glob: https://chromium-review.googlesource.com/c/chromium/src/+/3267963
Fixes #10398
2021-11-17 18:02:49 -08:00
Andrey Lushnikov
d9d41b2e01
devops: fix archiving of Chromium Linux Arm64 build ( #9980 )
2021-11-02 10:36:51 -07:00
Andrey Lushnikov
567e80eef7
devops: fix Chromium archiving logic ( #9940 )
...
Upstream Chromium changed the way they configure browser bundles;
this patch moves us from relying upon `FILES.cfg` onto
`//infra/archive_config/*` configs.
Fixes #9936
2021-11-01 16:49:38 -07:00
Andrey Lushnikov
a8d276e223
devops: support Chromium Linux for Arm64 compilation ( #9863 )
2021-10-28 13:42:41 -07:00
Andrey Lushnikov
544dcd8804
devops: default chromium checkout to $HOME/chromium ( #9859 )
...
This defaults Chromium checkout to $HOME/chromium unless a
`CR_CHROMIUM_CHECKOUT` is specified.
2021-10-28 11:48:57 -07:00
Andrey Lushnikov
47d9b23949
devops: drop infra for building 32-bit windows browsers ( #9834 )
2021-10-27 17:20:23 -07:00
Andrey Lushnikov
b1b4d7b819
chore: quote all bash variables when used ( #8066 )
...
This way bash won't expand and post-process variable values in any way.
The changes are driven with
[`shellcheck`](https://github.com/koalaman/shellcheck )
2021-08-07 05:32:18 -07:00
Andrey Lushnikov
531d35f945
browser(chromium): revert swiftshader fixes ( #6824 )
...
References #6818 , references #6390
2021-06-01 13:55:58 -07:00
Andrey Lushnikov
654446a757
devops: fix Chromium windows archiving logic ( #6568 )
...
Turns out MINGW environment doesn't support Python-for-Windows
through shebang. Call python explicitly.
2021-05-13 15:10:08 -07:00
Andrey Lushnikov
262824deb7
devops: fix chromium archiving with FILES.cfg ( #6450 )
...
- unset `IFS` variable so that it doesn't affect future script execution
- use `\n\r` separator on windows
- fix script to be Python2/Python3 compliant
2021-05-06 13:55:55 -07:00
Andrey Lushnikov
c7751b9fc3
devops: use chromium's FILES.cfg to compute archive files ( #6438 )
...
Since the include list of files to pack with Chromium changes
eventually, we should use their list instead of hardcoded one
on our side.
2021-05-06 10:36:33 -07:00
Andrey Lushnikov
fd4253991f
devops: fix swiftshader on Chromium Windows ( #6391 )
...
References #6390
2021-05-03 11:25:01 -07:00
Andrey Lushnikov
83758fa48c
devops: add swiftshader DLL to chromium archive ( #6305 )
2021-04-23 14:36:45 -07:00
Andrey Lushnikov
59d1d2df2f
devops: add swiftshader file to Chromium builds ( #6274 )
...
See https://chromium-review.googlesource.com/c/chromium/src/+/2845811
2021-04-22 14:55:53 -07:00
Andrey Lushnikov
f10d0a8a58
devops: do not create non-removable folders on windows ( #5533 )
...
This fixes a bug where the script was creating a folder with a new line
symbol in its name. As a result, Windows was failing to remove this
folder, and Chromium Windows BuildBot was failing to even initialize
checkout.
2021-02-19 20:18:23 -08:00
Andrey Lushnikov
8c18b90038
devops: refactor chromium automation scripts ( #5486 )
...
Split preparing checkout, archiving and compiling into separate
scripts similarly how we do it with other browsers.
2021-02-17 14:43:19 -08:00
Andrey Lushnikov
8f30d15aca
devops: re-packge chromium on windows without interactive_ui_tests.exe
( #3375 )
...
This reduces archive size from 145MB to 97MB.
Fixes #3259
2020-08-10 15:00:37 -07:00
Andrey Lushnikov
2a0cbda8bc
devops: mirror chromium builds to our CDN ( #3357 )
...
Start mirroring chromium builds to our CDN.
References #3259
2020-08-07 16:22:05 -07:00