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

Indicate removal of tmpdir after failed build

parent 793aad7b
No related branches found
No related tags found
No related merge requests found
...@@ -750,7 +750,8 @@ Check the logs at ~/.ghcup/logs and the build directory #{tmpdir} for more clues ...@@ -750,7 +750,8 @@ Check the logs at ~/.ghcup/logs and the build directory #{tmpdir} for more clues
VLeft (V (BuildFailed tmpdir e)) -> VLeft (V (BuildFailed tmpdir e)) ->
runLogger runLogger
($(logError) [i|Build failed with #{e} ($(logError) [i|Build failed with #{e}
Check the logs at ~/.ghcup/logs and the build directory #{tmpdir} for more clues.|] Check the logs at ~/.ghcup/logs and the build directory #{tmpdir} for more clues.
Make sure to clean up #{tmpdir} afterwards.|]
) )
>> exitFailure >> exitFailure
VLeft e -> VLeft e ->
......
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