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

Split Github Actions #433

Closed
wants to merge 18 commits into from
Closed

Conversation

apokusinski
Copy link
Contributor

@apokusinski apokusinski commented Jan 9, 2023

Fixes #432
The goal is to split apart GH Actions, so that we have:

  • separate jobs for each plugin
  • building against different yosys versions (hdl/conda-eda, HEAD, latest stable)

Passing `design_introspection.so` as an artifact to xdc and sdc jobs
makes the CI workflow overly complicated and error-prone. We can instead
build this plugin in these jobs too as it takes very little time.
.github/action/action.yml Outdated Show resolved Hide resolved
@apokusinski
Copy link
Contributor Author

Superseded by #444 and #445

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.

Split apart the GitHub Actions to be per plugin
2 participants