Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sleep before executing GHC configure script
TODO: now the `threadDelay` appears to segfault. Terminal output: ``` WAIT cwd: /root/.ghcup/tmp/ghcup-361d17ad/ghc-9.4.8-i386-unknown-linux cmd: ["./configure","--prefix=/root/.ghcup/ghc/9.4.8","--disable-ld-override"] env: Just [("LD","ld.bfd"),("GHCUP_CURL_OPTS","--silent"),("HOME","/root"),("HOSTNAME","1aaca70b41dc"),("LANG","C.UTF-8"),("NO_COLOR","1"),("OLDPWD","/"),("PATH","/root/.cabal/bin:/root/.ghcup:/root/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"),("PWD","/src"),("SHLVL","1"),("TERM","xterm"),("ghcup_datadir","/src/./.")] 2147483647 2147483647 about to sleep Segmentation fault (core dumped) ```
- Loading branch information