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 ## 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 ```shell
puppeteer_version=v1.9.0 chromium_revision=1056772
``` ```
If not specified, the current `main` will be used.
## Usage ## Usage
```shell ```shell

View File

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

View File

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

Binary file not shown.

Binary file not shown.

View File

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