aboutsummaryrefslogtreecommitdiff
path: root/ldcg-python-manylinux-tensorflow/ansible/roles/bazel/tasks/deps.yml
blob: b159c6424aac2181cbec7fbbd3f04b650fc5b6ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
- name: Install bazel build requirements
  become: true
  ansible.builtin.package:
    name:
      - cmake
      - gcc-c++
      - java-11-openjdk-devel
      - python3
      - unzip
      - which
      - zip
    state: present