Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chromium 118 #168

Merged
merged 4 commits into from
Oct 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _/ansible/inventory.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ ansible_connection=local
ansible_python_interpreter=python
image=ami-08d090f841c8435e9
region=us-east-1
instance_size=c7i.12xlarge
instance_size=c6i.12xlarge

[aws]

[aws:vars]
ansible_connection=ssh
ansible_python_interpreter=auto_silent
ansible_ssh_private_key_file=ansible.pem
chromium_revision=1181205
chromium_revision=1192594
2 changes: 1 addition & 1 deletion _/ansible/plays/chromium.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
ebs:
delete_on_termination: true
volume_type: io2
volume_size: 128
volume_size: 256
iops: 3000
register: ec2

Expand Down
Binary file modified bin/chromium.br
Binary file not shown.
Binary file modified bin/swiftshader.tar.br
Binary file not shown.
56 changes: 28 additions & 28 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,17 @@
"test": "make clean && make && make pretest && make test"
},
"dependencies": {
"follow-redirects": "^1.15.2",
"follow-redirects": "^1.15.3",
"tar-fs": "^3.0.4"
},
"devDependencies": {
"@tsconfig/node16": "^1.0.4",
"@tsconfig/strictest": "^2.0.1",
"@types/follow-redirects": "^1.14.1",
"@types/node": "^18.16.17",
"@types/tar-fs": "^2.0.1",
"@tsconfig/node16": "^16.1.1",
"@tsconfig/strictest": "^2.0.2",
"@types/follow-redirects": "^1.14.3",
"@types/node": "^18.18.6",
"@types/tar-fs": "^2.0.3",
"clean-modules": "^3.0.4",
"typescript": "^5.1.6"
"typescript": "^5.2.2"
},
"engines": {
"node": ">= 16"
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"compilerOptions": {
"declaration": true,
"lib": ["dom", "ES2021"],
"module": "commonjs",
"module": "Node16",
"moduleResolution": "Node16",
"outDir": "build"
},
"include": ["source"]
Expand Down