-
Notifications
You must be signed in to change notification settings - Fork 34
Build clad #99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build clad #99
Conversation
| fi | ||
|
|
||
| URL=https://github.com/vgvassilev/clad | ||
| CLANG_VERSION=18.1.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would make this configurable and include it in the S3 name so we can support the plugin for multiple clang versions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll take a look at that.
|
Hi. We were thinking about adding a nightly build of clad to godbolt. nightly:
if: nightly
type: nightly
targets:
- trunkto compiler-explorer/infra#1484 ? We could also move clad to a separate compiler group with this. |
|
Something like that yes: if you look at the clangs or similar you'll see how they do it. We'd also need it to be added to our "daily builds" -> https://github.com/compiler-explorer/compiler-workflows - I can help with either of these. |
|
Hi. I have opened PRs at compiler-explorer/compiler-explorer#7311 and compiler-explorer/compiler-workflows#31 to add the nightly build of clad. |
|
First run: https://github.com/compiler-explorer/compiler-workflows/actions/runs/12993976934 Changes in infra; just adding a "nightly" equivalent build (see one of the other nightly compilers). I can help if you can't make any sense of the setup (it's not well documented) |
CC @vgvassilev