# compiler-explorer-infra **Repository Path**: mojerro/compiler-explorer-infra ## Basic Information - **Project Name**: compiler-explorer-infra - **Description**: compiler-explorer-infra - **Primary Language**: Unknown - **License**: BSD-2-Clause - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-09-27 - **Last Updated**: 2023-01-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Compiler Explorer Infrastructure A whole bag of scripts and AWS config to run [Compiler Explorer](https://gcc.godbolt.org). Of most use to the casual observer is probably the code in `bin/ce_install` - a tool to install the Compiler Explorer compilers to `/opt/compiler-explorer`. In particular, the open source compilers can be installed by anyone by running: ```bash $ make ce # this installs python modules etc $ ./bin/ce_install install compilers ``` 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 `--enable nightly` to the command. To list installation candidates, use `./bin/ce_install list`. A single installation can be installed by name. # Built compilers Status page to our daily built compilers https://compiler-explorer.github.io/compiler-workflows/build-status