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

cortex_m 1.0.0 #1269

Merged
merged 1 commit into from
Oct 24, 2024
Merged

Conversation

Fabien-Chouteau
Copy link
Member

No description provided.

@Fabien-Chouteau
Copy link
Member Author

@mosteo This crate has a config variable without default. That's why the builds fail.

@mosteo
Copy link
Member

mosteo commented Oct 24, 2024

@mosteo This crate has a config variable without default. That's why the builds fail.

For these cases the advice is to have a nested crate that supplies the missing info and is configured as a test action. In case you want to add this in the future.

@mosteo mosteo merged commit b63cec0 into alire-project:stable-1.3.0 Oct 24, 2024
3 of 18 checks passed
@Fabien-Chouteau Fabien-Chouteau deleted the cortex-m-1.0.0 branch October 24, 2024 15:16
@Fabien-Chouteau
Copy link
Member Author

I do have a nested crate. How do I specify it should be used for testing?

@mosteo
Copy link
Member

mosteo commented Oct 24, 2024

Then you add this to your main crate:

[[actions]]
type = "test"
directory = "your/nested/crate/path"
command = ["alr", "build"]

The alr build could be an alr run if you want to run unit tests or something.

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.

2 participants