compilers icon indicating copy to clipboard operation
compilers copied to clipboard

📦 Docker image with installed compilers, interpreters and sandbox.

Results 7 compilers issues
Sort by recently updated
recently updated
newest added

…s in syntax. Note: this is a largely untested patch, so please check that the copy of the stdlib works as expected before merging.

This adds PascalABC (3.6.3)

https://github.com/ioi/isolate/issues/78 - There is branch cg2 where they implemented use of group v2. Are you planning to update the isolate in this repository?

I am trying to compile a basic c++ code inside the conatiner using the command: `isolate --cg -s -b 0 -M /var/local/lib/isolate/0 /box/metadata.txt --stderr-to-stdout -i /dev/null -t 1 -x 0...

Hi, I'm trying to build [compilers](https://github.com/judge0/compilers) under Ubuntu 22.04. I just simply modifed [Dockerfile](https://github.com/judge0/compilers/blob/master/Dockerfile), a couple of packages. For **clojure**, I **ONLY** modified the version from **1.10.1** to **1.11.1**. ```console...

Hi, I'm trying to build [compilers](https://github.com/judge0/compilers) under Ubuntu 22.04. I just simply modifed [Dockerfile](https://github.com/judge0/compilers/blob/master/Dockerfile), a couple of packages. For **haskell**, I **ONLY** modified the version from **8.8.1** to **9.6.2**. ```console...

Failed to buld the docker file because of `version `GLIBC_2.29' not found `. ```console ...... 50.28 # Fix the mode, in case umask is set 50.28 chmod 644 '/usr/local/ghc-9.6.2/lib/ghc-9.6.2/lib/package.conf.d/bytestring-0.11.4.0.conf' 50.28...