Skip to content
Snippets Groups Projects
Commit 9eb10684 authored by Ben Gamari's avatar Ben Gamari :turtle:
Browse files

alpine: install lld

We cannot use ld.gold due to ghc#20266 yet ld.bfd is
terribly slow. Let's try lld instead.
parent 885dfba7
No related branches found
No related tags found
1 merge request!92alpine: install lld
Pipeline #47303 passed
Pipeline: ci-images

#47304

    ...@@ -32,6 +32,7 @@ let ...@@ -32,6 +32,7 @@ let
    , "libffi-dev" , "libffi-dev"
    , "linux-headers" , "linux-headers"
    , "llvm10" , "llvm10"
    , "lld"
    , "musl-dev" , "musl-dev"
    , "ncurses-dev" , "ncurses-dev"
    , "ncurses-libs" , "ncurses-libs"
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment