Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sleep before running GHC configure script
To see if manually running the configure script also triggers a segfault. TODO: Why does a segfault now appear to happen when running `threadDelay`? Logs: ``` [ Info ] Detected alpine linux... setting LD=ld.bfd 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