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

Start generating separate "local" jobs instead of using a build matrix #1532

Open
fasterthanlime opened this issue Nov 6, 2024 · 0 comments

Comments

@fasterthanlime
Copy link
Contributor

fasterthanlime commented Nov 6, 2024

We're running into GHA limitations: for example we cannot template steps.0.shell, see #1509 (comment)

This also means we cannot opt into bash (as opposed to sh) when installing dist itself (or cargo auditable, for that matter).

Part of #1509 become meaningful again (the whole GhaRunStep type) once we start doing some of the templating in dist itself.

It's also going to become a lot clearer what the CI pipeline is actually going to do, by just looking at the generated release.yml, rather than the actual steps being "hidden" in an artifact generated by plan.

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

No branches or pull requests

1 participant