https://github.com/compiler-explorer/gcc-builder
https://github.com/compiler-explorer/gcc-builder
docker-images
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/compiler-explorer/gcc-builder
- Owner: compiler-explorer
- License: bsd-2-clause
- Created: 2020-02-25T01:16:56.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2025-08-19T11:12:47.000Z (5 months ago)
- Last Synced: 2025-08-29T23:46:02.569Z (5 months ago)
- Topics: docker-images
- Language: Shell
- Size: 179 KB
- Stars: 5
- Watchers: 5
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
### GCC Compiler build scripts
The repository is part of the [Compiler Explorer](https://godbolt.org/) project. It builds
the docker images used to build the various GCC compilers used on the site.
## To Test
This assumes you have set up your user account to be able to run
`docker` [without being root](https://docs.docker.com/engine/security/rootless/);
if you haven't done so, you'll need to prefix these commands with `sudo`.
* `docker build -t gccbuilder .`
* `docker run gccbuilder ./build.sh trunk`
### Alternative to run (for better debugging)
* `docker run -t -i gccbuilder bash`
* `./build.sh trunk`