https://github.com/compiler-explorer/ispc-builder
Builder for Intel ISPC
https://github.com/compiler-explorer/ispc-builder
Last synced: 4 months ago
JSON representation
Builder for Intel ISPC
- Host: GitHub
- URL: https://github.com/compiler-explorer/ispc-builder
- Owner: compiler-explorer
- License: bsd-2-clause
- Created: 2022-12-15T04:11:26.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-31T12:24:29.000Z (over 1 year ago)
- Last Synced: 2024-12-21T14:43:30.169Z (about 1 year ago)
- Language: Shell
- Size: 14.6 KB
- Stars: 4
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# ISPC Compiler build scripts
The repository is part of the [Compiler Explorer](https://godbolt.org/) project. It builds
the docker images used to build Intel's ISPC compiler.
## To Test
* `sudo docker build -t ispcbuilder .`
* `sudo docker run ispcbuilder ./build.sh trunk`
### Alternative to run (for better debugging)
* `sudo docker run -t -i ispcbuilder bash`
* `./build.sh trunk`