mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2026-05-17 04:53:15 -04:00
* The Grand Reformat - everything made prettier...literally - some tweaks to include a few more files, including documentation - minor changes to format style - some tiny `// prettier-ignore` changes to keep a few things the way we like them - a couple of super minor tweaks to embedded document types to ensure they format correctly
11 lines
417 B
Markdown
11 lines
417 B
Markdown
## Brief notes on how to build a compiler
|
|
|
|
- log into admin node `ce admin`
|
|
- start the builder node: `ce builder start`
|
|
- log into builder node: `ce builder login`
|
|
- sudo docker run --rm --name gcc.build -v/home/ubuntu/.s3cfg:/root/.s3cfg:ro -ti compilerexplorer/gcc-builder bash
|
|
build.sh 8.2.0 s3://compiler-explorer/opt/
|
|
- Remember to stop the builder node!
|
|
- Log out of the builder node
|
|
- `ce builder stop`
|