twam / compiler-explorer-image

Setup for Amazon EC2 image to run Compiler Explorer

Home Page:https://godbolt.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compiler Explorer Image

A whole bag of scripts and Dockerfiles and AWS config to run Compiler Explorer.

Of most use to the casual observer is probably the code in update_compilers - scripts to install all the Compiler Explorer compilers to /opt/compiler-explorer. In particular, the open source compilers can be installed by anyone by running:

$ ./update_compilers/install_compilers.sh

This will grab all the open source compilers and put them in /opt/compiler-explorer (which must be writable by the current user). To get the beta and nightly-built latest compilers, add the parameter nightly to the script.

About

Setup for Amazon EC2 image to run Compiler Explorer

https://godbolt.org/

License:BSD 2-Clause "Simplified" License


Languages

Language:Shell 38.4%Language:Python 30.9%Language:HCL 13.4%Language:HTML 7.3%Language:JavaScript 7.0%Language:Dockerfile 1.8%Language:Makefile 0.6%Language:PHP 0.4%Language:C++ 0.1%Language:Rust 0.0%Language:D 0.0%Language:Go 0.0%