[pkg-d-commits] [ldc] 132/211: [CircleCI] use ld.gold per default to enable LTO testing

Matthias Klumpp mak at moszumanska.debian.org
Sun Apr 23 22:36:16 UTC 2017


This is an automated email from the git hooks/post-receive script.

mak pushed a commit to annotated tag v1.1.0
in repository ldc.

commit b15bb7373a6ff9a7461703893bc9e5e497512322
Author: Johan Engelen <jbc.engelen at gmail.com>
Date:   Wed Oct 26 23:24:32 2016 +0900

    [CircleCI] use ld.gold per default to enable LTO testing
---
 circle.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/circle.yml b/circle.yml
index 90d07a7..cabe3a1 100644
--- a/circle.yml
+++ b/circle.yml
@@ -39,6 +39,9 @@ dependencies:
     - cmake --version
     - python -c "import lit; lit.main();" --version | head -n 1
     - gdb --version
+    # Use ld.gold per default, so that LTO is tested.
+    - sudo update-alternatives --install /usr/bin/ld ld /usr/bin/ld.gold 99
+    - ld --version
 
 checkout:
   post:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-d/ldc.git



More information about the pkg-d-commits mailing list