-
Notifications
You must be signed in to change notification settings - Fork 13
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
platforms: allow setting extra flags to be passed to build #310
Conversation
2267919
to
8056ae0
Compare
Until #310 is merged. Signed-off-by: Ivan Velickovic <[email protected]>
Until #310 is merged. Signed-off-by: Ivan Velickovic <[email protected]>
8056ae0
to
fd1d56a
Compare
fd1d56a
to
6e45b1d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
6e45b1d
to
548da13
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool. I like it with reusing settings
.
Signed-off-by: Ivan Velickovic <[email protected]>
Signed-off-by: Ivan Velickovic <[email protected]>
Signed-off-by: Ivan Velickovic <[email protected]>
548da13
to
ec73e0e
Compare
I gave this a test to make sure sel4test ran after merging and to my surprise, adding For example I ran sel4test with |
Hm, it looks like that might influence a whole bunch of settings: That setting is pretty misnamed, it's not an override, but prevents any default settings from applying. This is probably not really what we want to use. We might need to add an actual override that allows you to set things in addition to the defaults. |
Reverts some of the changes in #310 that lead to unexpected side-affects. The 'Sel4testAllowSettingsOverride' prevents any default settings being applied in addition to allowing the settings to be overriden. Signed-off-by: Ivan Velickovic <[email protected]>
Reverts some of the changes in #310 that lead to unexpected side-affects. The 'Sel4testAllowSettingsOverride' prevents any default settings being applied in addition to allowing the settings to be overriden. Signed-off-by: Ivan Velickovic <[email protected]>
Untested, not sure how to test (I guess its Python so you never know until it is too late :) )