Merge pull request #44 from Sparticuz/chromium/110

This commit is contained in:
Kyle McNally 2023-01-24 12:21:03 -05:00 committed by GitHub
commit 58bf66e575
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 9 deletions

View File

@ -4,7 +4,7 @@
[localhost:vars]
ansible_connection=local
ansible_python_interpreter=python
image=ami-0bc441522038d8878
image=ami-08d090f841c8435e9
region=us-east-1
instance_size=c6i.12xlarge
@ -14,4 +14,4 @@ instance_size=c6i.12xlarge
ansible_connection=ssh
ansible_python_interpreter=auto_silent
ansible_ssh_private_key_file=ansible.pem
chromium_revision=1069273
chromium_revision=1083080

View File

@ -88,7 +88,7 @@
become: true
become_user: root
shell: |
dnf update --releasever=2022.0.20220831 -y
dnf update --releasever=2022.0.20221207 -y
- name: Installing Packages
become: true
@ -242,8 +242,6 @@
become_user: root
shell: |
mount --types tmpfs --options size=24G,nr_inodes=128k,mode=1777 tmpfs /srv/source/chromium/src/out/Headless
args:
warn: false
- name: Creating Headless Chromium Configuration
copy:
@ -257,7 +255,6 @@
enable_keystone_registration_framework = false
enable_linux_installer = false
enable_media_remoting = false
enable_one_click_signin = false
ffmpeg_branding = "Chrome"
is_component_build = false
is_debug = false
@ -266,7 +263,6 @@
symbol_level = 0
target_cpu = "x64"
target_os = "linux"
use_brlapi = 0
use_sysroot = true
v8_symbol_level = 0
v8_target_cpu = "x64"
@ -289,7 +285,6 @@
sed --regexp-extended 's~[^0-9]+~~g' chrome/VERSION | tr '\n' '.' | sed 's~[.]$~~'
args:
chdir: /srv/source/chromium/src
warn: false
register: version
- name: Striping Symbols from Chromium Binary
@ -321,7 +316,6 @@
args:
chdir: /srv/build/chromium
creates: /srv/build/chromium/swiftshader.tar
warn: false
- name: Compressing OpenGL ES driver
shell: |

Binary file not shown.

Binary file not shown.