Skip to content
Snippets Groups Projects
Unverified Commit c1e3d39e authored by Moritz Angermann's avatar Moritz Angermann Committed by Mikhail Glushenkov
Browse files

drop preinstalled-happy...

parent 50ef9fe9
No related branches found
No related tags found
No related merge requests found
......@@ -105,7 +105,6 @@ before_install:
- export PATH=$HOME/.cabal/bin:$PATH
- export PATH=$HOME/.local/bin:$PATH
- export PATH=/opt/cabal/2.0/bin:$PATH
- export PATH=/opt/happy/1.19.5/bin:$PATH
- export PATH=/opt/alex/3.1.7/bin:$PATH
- if [ "$USE_GOLD" = "YES" ]; then sudo update-alternatives --install "/usr/bin/ld" "ld" "/usr/bin/ld.gold" 20; fi
- if [ "$USE_GOLD" = "YES" ]; then sudo update-alternatives --install "/usr/bin/ld" "ld" "/usr/bin/ld.bfd" 10; fi
......
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