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

Improve CI setup #4466

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

weiznich
Copy link
Member

This commit tweaks our CI build matrix to:

  • Include linux-arm builders
  • Now exclude builds for rust beta and nightly for anything but the x86 linux build

This extends our test matrix, while at the same time it minimizes the number of jobs run. We don't have any os specific code beside linking the libraries and that should be tested well by the stable job. So there is no need to run all rust versions for all platforms.

@weiznich weiznich force-pushed the feature/arm_runners branch 4 times, most recently from 285b16b to fa87d3a Compare January 31, 2025 11:08
This commit tweaks our CI build matrix to:

* Include linux-arm builders
* Now exclude builds for rust beta and nightly for anything but the x86
  linux build

This extends our test matrix, while at the same time it minimizes the
number of jobs run. We don't have any os specific code beside linking
the libraries and that should be tested well by the stable job. So there
is no need to run all rust versions for all platforms.
@weiznich weiznich force-pushed the feature/arm_runners branch from fa87d3a to 0e43a52 Compare January 31, 2025 14:56
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