Skip to content

Commit

Permalink
Try update-alternatives ld
Browse files Browse the repository at this point in the history
  • Loading branch information
phadej committed Apr 7, 2017
1 parent cc3be39 commit 5f11df5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ before_install:
- export PATH=/opt/cabal/1.24/bin:$PATH
- export PATH=/opt/happy/1.19.5/bin:$PATH
- export PATH=/opt/alex/3.1.7/bin:$PATH
- update-alternatives --install "/usr/bin/ld" "ld" "/usr/bin/ld.gold" 20
- update-alternatives --install "/usr/bin/ld" "ld" "/usr/bin/ld.bfd" 10
- ld --version
- ./travis-install.sh

install:
Expand Down

0 comments on commit 5f11df5

Please sign in to comment.