kylemayes/Install LLVM and Clang
Downloads and installs LLVM and Clang binaries.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | The version of LLVM and Clang binaries to install. | yes | — |
| arch | The archtecture (either `x64` or `arm64`) to install LLVM and Clang binaries for. | no | — |
| force-url | The full download URL to use for LLVM and Clang binaries. | no | — |
| directory | The directory to install LLVM and Clang binaries to. | no | — |
| cached | Whether the LLVM and Clang binaries were cached. | no | — |
| mirror-url | The base URL to download LLVM and Clang binaries from instead of using GitHub. | no | — |
| auth | The Authorization header to use when downloading LLVM and Clang binaries. | no | — |
| env | Whether to set CC and CXX environment variables to Clang paths. | no | — |
Outputs
| name | description |
|---|---|
| version | The full version of LLVM and Clang binaries installed. |