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
|
## 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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
BIN
bin/chromium.br
BIN
bin/chromium.br
Binary file not shown.
Binary file not shown.
|
|
@ -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"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue