Commit Graph

8 Commits

Author SHA1 Message Date
Sparticuz bb9b97fb74 remove `use_brlapi` in build
WARNING at build arg file (use "gn args <out_dir>" to edit):18:14: Build argument has no effect.
use_brlapi = 0
             ^
Did you mean "use_vaapi"?

The variable "use_brlapi" was set as a build argument
but never appeared in a declare_args() block in any buildfile.

To view all possible args, run "gn args --list <out_dir>"

The build continued as if that argument was unspecified.

Done. Made 18000 targets from 3088 files in 3657ms
2023-01-24 11:58:50 -05:00
Sparticuz 5424a18a82 args: warn: deprecated in ansible 2.14 2023-01-24 10:40:15 -05:00
Sparticuz ee4c497e64 Update amazon ami to latest AL2022 2023-01-24 09:24:22 -05:00
Sparticuz a4d7b52dce Fix build warning
WARNING at build arg file (use "gn args <out_dir>" to edit):10:27: Build argument has no effect.
enable_one_click_signin = false
                          ^----
The variable "enable_one_click_signin" was set as a build argument
but never appeared in a declare_args() block in any buildfile.

To view all possible args, run "gn args --list <out_dir>"

The build continued as if that argument was unspecified.

Done. Made 18000 targets from 3088 files in 3670ms
2023-01-24 09:23:52 -05:00
Sparticuz ce3ca54bb2 update compilation readme, increase ssh timeout in play 2022-10-26 13:18:47 -04:00
Sparticuz 8a2ae2ccc1 Update ansible amazon.aws support to v5 2022-10-05 13:49:41 -04:00
Sparticuz de09e5c758 More puppeteer removals 2022-10-05 09:50:20 -04:00
Sparticuz 034e9e0d56 Initial Fork from chrome-aws-lambda
For repo history, please see: abdc140008
2022-09-26 15:05:08 -04:00