Skip to content

Commit a2ea429

Browse files
committed
remove linux ppc64be support
as per nodejs/node#12309
1 parent befaf79 commit a2ea429

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

setup/ubuntu14.04/ansible-playbook.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@
1717
with_items: packages
1818
tags: general
1919

20-
- name: General | Install additional packages for PPC be
21-
apt: name={{ item }} update_cache=yes state=latest
22-
with_items: additional_ppc_be_packages
23-
when: (ansible_architecture == "ppc64" and ansible_nodename.find('ppc64-be') != -1)
24-
tags: general
25-
2620
- name: NTP | Run initial NTP
2721
command: ntpdate -u pool.ntp.org
2822
tags: ntp

setup/ubuntu14.04/ansible-vars.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,3 @@ packages:
1111
- ntp
1212
- ccache
1313
- subversion
14-
additional_ppc_be_packages:
15-
- g++-4.8-multilib

0 commit comments

Comments
 (0)