Skip to content
Snippets Groups Projects
Verified Commit 9bf21daf authored by Julian Ospald's avatar Julian Ospald :tea:
Browse files

debug

parent ece03220
No related branches found
No related tags found
1 merge request!199Ci git
Pipeline #42123 canceled
......@@ -47,6 +47,13 @@ eghcup debug-info
ecabal install --installdir="$CI_PROJECT_DIR/.local/bin" --overwrite-policy=always --install-method=copy --constraint="alex == 3.2.6" alex
)
ls -la "$CI_PROJECT_DIR/.local/bin"
which alex
which happy
"$CI_PROJECT_DIR/.local/bin/alex" --version
"$CI_PROJECT_DIR/.local/bin/happy" --version
eghcup compile ghc -j $(nproc) -g ${GHC_GIT_TAG} -b ${GHC_VERSION} --hadrian -- --enable-unregisterised
eghcup set ghc ${GHC_GIT_VERSION}
......
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