Skip to content
This repository has been archived by the owner on Jan 13, 2020. It is now read-only.

Commit

Permalink
Only install minimal build tools requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
JGoutin committed Nov 12, 2019
1 parent 8e6e399 commit 744959f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@
- name: Ensure AWS FPGA build dependencies are present
apt:
name:
- build-essential
- gcc
- libc-dev
- make
- pciutils
state: present
install_recommends: false
Expand All @@ -66,7 +68,8 @@
- name: Ensure AWS FPGA build dependencies are present
yum:
name:
- "@Development tools"
- gcc
- make
- pciutils
state: present
install_weak_deps: false
Expand Down

0 comments on commit 744959f

Please sign in to comment.