Skip to content
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
2 changes: 1 addition & 1 deletion ansible/roles/build-test-v8/tasks/partials/rhel8-ppc64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# V8 builds still require Python 2.
- name: install packages required to build V8
ansible.builtin.dnf:
name: ['glib2-devel', 'ninja-build', 'python2', 'python2-pip']
name: ['glib2-devel', 'llvm-toolset', 'ninja-build', 'python2', 'python2-pip']
state: present
notify: package updated

Expand Down
2 changes: 1 addition & 1 deletion ansible/roles/build-test-v8/tasks/partials/rhel8-s390x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# Older V8 builds still require Python 2.
- name: install packages required to build V8
ansible.builtin.dnf:
name: ['GConf2-devel', 'ninja-build', 'python2', 'python2-pip']
name: ['GConf2-devel', 'llvm-toolset', 'ninja-build', 'python2', 'python2-pip']
state: present
notify: package updated

Expand Down
2 changes: 1 addition & 1 deletion ansible/roles/build-test-v8/tasks/partials/rhel8-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# V8 builds still require Python 2.
- name: install packages required to build V8
ansible.builtin.dnf:
name: ['ninja-build', 'python2', 'python2-pip']
name: ['llvm-toolset', 'ninja-build', 'python2', 'python2-pip']
state: present
notify: package updated

Expand Down