Compare commits

...

3 Commits

Author SHA1 Message Date
Sparticuz 88aba6fadd 108.0.0 2022-10-26 13:18:24 -04:00
Sparticuz ff6aeea35b Update to Chromium 108.0.5351.0 2022-10-26 13:18:00 -04:00
Sparticuz 87d62e03bf update compilation readme, increase ssh timeout in play 2022-10-26 13:17:21 -04:00
6 changed files with 6 additions and 8 deletions

View File

@ -8,14 +8,12 @@ The whole process usually takes around 1 hour to on a `c6a.12xlarge` instance.
## Chromium Version
To compile a specific version of Chromium, update the `puppeteer_version` variable in the Ansible inventory, i.e.:
To compile a specific version of Chromium, update the `chromium_revision` variable in the Ansible inventory, i.e.:
```shell
puppeteer_version=v1.9.0
chromium_revision=1056772
```
If not specified, the current `main` will be used.
## Usage
```shell

View File

@ -6,7 +6,7 @@ ansible_connection=local
ansible_python_interpreter=python
image=ami-0bc441522038d8878
region=us-east-1
instance_size=c6a.12xlarge
instance_size=c6i.12xlarge
[aws]
@ -14,4 +14,4 @@ instance_size=c6a.12xlarge
ansible_connection=ssh
ansible_python_interpreter=auto_silent
ansible_ssh_private_key_file=ansible.pem
chromium_revision=1045629
chromium_revision=1056772

View File

@ -71,7 +71,7 @@
wait_for:
host: "{{ ec2.instances[0].public_ip_address }}"
port: 22
timeout: 120
timeout: 240
state: started
- name: AWS

Binary file not shown.

Binary file not shown.

View File

@ -1,6 +1,6 @@
{
"name": "@sparticuz/chromium",
"version": "107.0.0",
"version": "108.0.0",
"author": {
"name": "Kyle McNally"
},