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

feat(ci): Add daily builds BFS verification #936

Merged
merged 1 commit into from
Mar 14, 2023
Merged

Conversation

Pothulapati
Copy link
Contributor

Fixes #732

This commit adds a scheduled job that runs 8 AM Israel time every day, with common build configuration flags so that we can be sure that building from source for known configurations is possible.

@Pothulapati Pothulapati force-pushed the tar/daily-builds branch 2 times, most recently from 21ea060 to f707311 Compare March 14, 2023 10:28
@Pothulapati Pothulapati marked this pull request as ready for review March 14, 2023 10:28
@Pothulapati Pothulapati requested a review from romange March 14, 2023 10:28
strategy:
matrix:
# Build with these flags
flags: ["-DMARCH_OPT=x86_64"]
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Multiple build configurations can be added here

.github/workflows/daily-builds.yml Outdated Show resolved Hide resolved
.github/workflows/daily-builds.yml Outdated Show resolved Hide resolved
strategy:
matrix:
# Build with these flags
flags: ["-DMARCH_OPT=x86_64"]
Copy link
Collaborator

Choose a reason for hiding this comment

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

please change it to -DMARCH_OPT="-march=x86_64" or -DMARCH_OPT=-march=x86_64.

This commit adds a scheduled job that runs 8 AM Israel time every day,
with common build configuration flags so that we can be sure
that building from source for known configurations is possible.
@romange romange merged commit 999caa1 into main Mar 14, 2023
@romange romange deleted the tar/daily-builds branch March 14, 2023 21:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FTBFS due to mismatch during inlining
2 participants