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

Commit

Permalink
Fix Travis Ubuntu ARM toolchain installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Pasi Miettinen committed May 26, 2016
1 parent 9d0d129 commit 8d07927
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup/ansible/roles/common_ubuntu/tasks/arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@

- name: Add ARM GCC repo toolchain repository
sudo: True
command: add-apt-repository -y ppa:terry.guo/gcc-arm-embedded
command: add-apt-repository -y ppa:team-gcc-arm-embedded/ppa

- name: Updating apt-cache
sudo: Yes
sudo: True
apt: update_cache=yes

- name: Install ARM GCC toolchain (Trusty)
Expand All @@ -25,7 +25,7 @@
ignore_errors: True
when: not (ansible_distribution_version == '14.04' or ansible_distribution_version == '14.10')
with_items:
- gcc-arm-none-eabi
- gcc-arm-embedded

# If arm-gcc installation does not succeed, register failture and
# install manually with next role.
Expand Down

0 comments on commit 8d07927

Please sign in to comment.