Skip to content
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

weekly build script to test on latest clang version #2332

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

Namanl2001
Copy link
Contributor

Why?

Fixes #1208
By doing this we will ensure that everything works as expected with new LLVM releases.

What?

Newly added weekly-build.yml is same as build.yml except this new script will run weekly every Saturday at midnight and for clang version "17.0.6" (which is latest version as of 2023/12/02)

How?

Test Plan

I guess this can be tested once merged to main

Signed-off-by: Namanl2001 <namanlakhwani@gmail.com>
Copy link
Member

@kakkoyun kakkoyun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for tackling this.

Could we make this runnable on demand as well? https://docs.github.com/en/actions/using-workflows/manually-running-a-workflow

.github/workflows/weekly-build.yml Outdated Show resolved Hide resolved
Copy link
Member

@kakkoyun kakkoyun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot for your contribution.

I'm introducing some new changes to the CI/CD pipeline. Let's hold onto this one for a little more. We might need to rewrite it.

Stay tuned.

@kakkoyun kakkoyun added the area/build-pipeline Something to do with CI and build pipeline label Feb 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/build-pipeline Something to do with CI and build pipeline
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ci: Test and build with more clang versions
2 participants