Skip to content

Commit 7bb5520

Browse files
committed
fixup! ansible: update benchmark/v8 roles for Ubuntu 24.04
1 parent 6446f64 commit 7bb5520

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ansible/roles/build-test-v8/tasks/partials/ubuntu2404.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111

1212
- name: install Python packages required to build V8
1313
ansible.builtin.pip:
14-
name: ['httplib2==0.22.0']
14+
name: ['filecheck', 'httplib2==0.22.0', 'six']
1515
virtualenv: /home/{{ server_user }}/venv
1616
virtualenv_command: python3 -m venv

0 commit comments

Comments
 (0)