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

Extend CompileSteps collection #15

Merged
merged 1 commit into from
Dec 2, 2024
Merged

Extend CompileSteps collection #15

merged 1 commit into from
Dec 2, 2024

Conversation

llogick
Copy link
Owner

@llogick llogick commented Dec 1, 2024

Recent changes to the MicroZig, 👋, builds proved the current CompileSteps collection isn't thorough, eg for a MicroZig project that only had

		mb.install_firmware(fw, .{});
		// but not also
		// mb.install_firmware(fw, .{ .format = .elf });

the build_runner would fail to collect any CompileSteps.

The new logic also pushes local CompileSteps, ie nearest to the current build.zig, and those with most modules towards the top.

Push local, ie nearest to the current build.zig, and those with most modules towards the top.
@llogick llogick merged commit 2576adb into dev Dec 2, 2024
6 checks passed
@llogick llogick deleted the brunner branch December 2, 2024 16:07
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