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

Check upstream for changes in CI #40

Merged
merged 1 commit into from
Dec 8, 2024
Merged

Conversation

daxpedda
Copy link
Owner

@daxpedda daxpedda commented Dec 8, 2024

We copy quite a bit of code from upstream Rust sources. These upstream sources might get changed for various reasons, optimization, bug fixes, refactoring.

This PR adds a system that enables us to track changes in CI. Every time a source changes, CI will fail. It will run as a cron job daily. In the future we might expand it to automatically post an issue report.

@daxpedda daxpedda force-pushed the upstream-changes branch 11 times, most recently from 2750476 to 8b88fcf Compare December 8, 2024 18:06
@daxpedda daxpedda marked this pull request as ready for review December 8, 2024 18:06
@daxpedda daxpedda force-pushed the upstream-changes branch 2 times, most recently from 95c0f72 to 8ec3c89 Compare December 8, 2024 19:05
@daxpedda

This comment has been minimized.

@github-actions github-actions bot merged commit 0045d6b into main Dec 8, 2024
158 checks passed
@daxpedda daxpedda deleted the upstream-changes branch December 9, 2024 10:52
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.

1 participant