diff --git a/ansible/roles/build-test-v8/tasks/partials/rhel8-ppc64.yml b/ansible/roles/build-test-v8/tasks/partials/rhel8-ppc64.yml index 84ae44aa1..90065adea 100644 --- a/ansible/roles/build-test-v8/tasks/partials/rhel8-ppc64.yml +++ b/ansible/roles/build-test-v8/tasks/partials/rhel8-ppc64.yml @@ -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 diff --git a/ansible/roles/build-test-v8/tasks/partials/rhel8-s390x.yml b/ansible/roles/build-test-v8/tasks/partials/rhel8-s390x.yml index d943b4c3c..003c11677 100644 --- a/ansible/roles/build-test-v8/tasks/partials/rhel8-s390x.yml +++ b/ansible/roles/build-test-v8/tasks/partials/rhel8-s390x.yml @@ -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 diff --git a/ansible/roles/build-test-v8/tasks/partials/rhel8-x64.yml b/ansible/roles/build-test-v8/tasks/partials/rhel8-x64.yml index 96c18e42b..f2a3b5f23 100644 --- a/ansible/roles/build-test-v8/tasks/partials/rhel8-x64.yml +++ b/ansible/roles/build-test-v8/tasks/partials/rhel8-x64.yml @@ -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