-
Notifications
You must be signed in to change notification settings - Fork 24
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
Compile definitions for federated programs #179
Conversation
So the integration test failed deterministically for a reason unrelated to what I did in this branch. I don't know how this happened, and I do not know why the bug which is fixed in lingua-franca/do-not-report-warnings-as-errors did not surface earlier.
54ce25d
to
523d21f
Compare
Do you have any idea what is going on here @erlingrj ? The Zephyr test is the only one that this branch has not been able to pass. I did not make changes related to Zephyr tests, and I failed to reproduce the problem locally using Zephyr version 3.2.99 (after changing the generated CMakeLists to let me try 3.2.99). I am also re-running CI on |
Should be fixed in LF master now. The problem was that I was using a Zephyr docker image in CI and I used the |
Companion PR: lf-lang/lingua-franca#1622