An open API service indexing awesome lists of open source software.

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

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`