Skip to content

Commit

Permalink
Merge branch 'master' into feature/puppeteerArgs
Browse files Browse the repository at this point in the history
* master:
  126.0.0
  don't disable the graphics stack #247
  update to chromium 126
  ignore internal docker folder
  update deps
  • Loading branch information
Sparticuz committed Jul 17, 2024
2 parents e6f131c + 8028819 commit f8d0686
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 29 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ _/amazon/.aws-sam
*.tgz
examples/**/package-lock.json
examples/**/.serverless
docker
4 changes: 2 additions & 2 deletions _/amazon/events/example.com.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"url": "https://example.com",
"expected": {
"title": "Example Domain",
"screenshot": "835f3ccc8fdbcb3a4a067666f1e9648e9e513570"
"screenshot": "e610a8be5568f23c453b08928460aae3ae0b4b0a"
}
},
{
"url": "https://get.webgl.org",
"expected": {
"remove": "logo-container",
"screenshot": "7b4110af7294ae55452d636dd8e900574b21ea2d"
"screenshot": "ec6c79a571b4cb5727c6fc23f9da30de3868138c"
}
}
]
Empty file modified _/ansible/ansible.cfg
100755 → 100644
Empty file.
6 changes: 3 additions & 3 deletions _/ansible/inventory.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
[localhost:vars]
ansible_connection=local
ansible_python_interpreter=python
image=ami-08d090f841c8435e9
image=ami-06c68f701d8090592
region=us-east-1
instance_size=c6i.12xlarge
instance_size=c7i.12xlarge

[aws]

[aws:vars]
ansible_connection=ssh
ansible_python_interpreter=auto_silent
ansible_ssh_private_key_file=ansible.pem
chromium_revision=1262506
chromium_revision=1300313
6 changes: 0 additions & 6 deletions _/ansible/plays/chromium.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,12 +236,6 @@
path: /srv/source/chromium/src/out/Headless
state: directory

- name: Mounting Build Directory in Memory
become: true
become_user: root
shell: |
mount --types tmpfs --options size=24G,nr_inodes=128k,mode=1777 tmpfs /srv/source/chromium/src/out/Headless
- name: Creating Headless Chromium Configuration
copy:
content: |
Expand Down
Binary file modified bin/chromium.br
Binary file not shown.
Binary file modified bin/swiftshader.tar.br
Binary file not shown.
28 changes: 14 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sparticuz/chromium",
"version": "123.0.1",
"version": "126.0.0",
"description": "Chromium Binary for Serverless Platforms",
"keywords": [
"aws",
Expand Down Expand Up @@ -37,16 +37,16 @@
},
"dependencies": {
"follow-redirects": "^1.15.6",
"tar-fs": "^3.0.5"
"tar-fs": "^3.0.6"
},
"devDependencies": {
"@tsconfig/node20": "^20.1.4",
"@tsconfig/strictest": "^2.0.5",
"@types/follow-redirects": "^1.14.4",
"@types/node": "^20.12.7",
"@types/node": "^20.14.10",
"@types/tar-fs": "^2.0.4",
"clean-modules": "^3.0.5",
"typescript": "^5.4.5"
"typescript": "^5.5.3"
},
"engines": {
"node": ">= 16"
Expand Down

0 comments on commit f8d0686

Please sign in to comment.