Closed jeroenvanderzwam closed 5 months ago
You should install ghc inside the chroot. I'm not really familiar with our docker packaging, but I assume that just adding it to that script doesn't do so. Have a look at the dj_make_chroot
script. Also note that only a few directories from the chroot are mounted by default in the sandbox, so if ghc needs files from other directories, then you may need to adjust that. See the judge/chroot-start-stop.sh
script in the main repo.
FYI, for questions please use our slack chat or mailinglist, as this is meant for bug reports and feature requests.
I'll close this one as its not a bug.
Dear developers,
I have been trying to install Haskell as an extra compiler within the chroot. Underneath is the code I have added to the chroot-and-tar.sh
But it seems that when I try to compile with the domserver the ghc command is not recognized.
Later I just tried to install ghc and cabal manually within the docker container. But this still does not help.
If somebody could help me I would be very grateful.