thebrowsercompany/Google Bloaty Action
Build and run google/bloaty on a set of files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| bloaty-version | A Git ref specifying the version of bloaty to build. | no | refs/heads/main |
| bloaty-checkout-dir | Where to clone and build google/bloaty | no | ${{ github.workspace }}/.google-bloaty |
| bloaty-args | The arguments to pass to bloaty. Input filenames must use absolute paths. | yes | "" |
| bloaty-input-files | A list of input filenames and glob patterns separated by newlines. You cannot set bloaty's -c flag when using this. | no | "" |
| bloaty-output-file | A filename where bloaty output should be written. | yes | bloaty-output |
| cache-bloaty | Cache the bloaty executable for faster builds. | no | false |
| cache-bloaty-key | The key to use when caching bloaty. Only used if 'cache-bloaty' is true. Defaults to bloaty-<bloaty-version> | no | "" |
| compiler | Tell cmake to use this compiler. | no | "" |
Outputs
no outputs