Compare commits
3 Commits
| Author | SHA1 | Date |
|---|---|---|
|
|
88aba6fadd | |
|
|
ff6aeea35b | |
|
|
87d62e03bf |
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -71,7 +71,7 @@
|
|||
wait_for:
|
||||
host: "{{ ec2.instances[0].public_ip_address }}"
|
||||
port: 22
|
||||
timeout: 120
|
||||
timeout: 240
|
||||
state: started
|
||||
|
||||
- name: AWS
|
||||
|
|
|
|||
BIN
bin/chromium.br
BIN
bin/chromium.br
Binary file not shown.
Binary file not shown.
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@sparticuz/chromium",
|
||||
"version": "107.0.0",
|
||||
"version": "108.0.0",
|
||||
"author": {
|
||||
"name": "Kyle McNally"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue