mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-06 11:27:30 +01:00
Remove unneeded workaround for #1388
This commit is contained in:
parent
f559910323
commit
5b788bf0ee
@ -119,6 +119,3 @@ mv /opt/ghc/$GHCVER/share/doc/ghc-$GHCVER/ /opt/ghc/$GHCVER/share/doc/ghc
|
|||||||
# faster anyways and uses less RAM.
|
# faster anyways and uses less RAM.
|
||||||
update-alternatives --install "/usr/bin/ld" "ld" "/usr/bin/ld.gold" 20
|
update-alternatives --install "/usr/bin/ld" "ld" "/usr/bin/ld.gold" 20
|
||||||
update-alternatives --install "/usr/bin/ld" "ld" "/usr/bin/ld.bfd" 10
|
update-alternatives --install "/usr/bin/ld" "ld" "/usr/bin/ld.bfd" 10
|
||||||
|
|
||||||
# See: https://github.com/fpco/stackage/issues/1388
|
|
||||||
ln -n /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server/libjvm.so /usr/lib
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user