-
Notifications
You must be signed in to change notification settings - Fork 202
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
allow tweaking of easyconfigs from different toolchains #3669
allow tweaking of easyconfigs from different toolchains #3669
Conversation
2cdca4e
to
14865c2
Compare
This looks sane to me, but I think @boegel needs to take a look at it too... |
f04639f
to
7106d8f
Compare
Rebased again |
7106d8f
to
0c60a5a
Compare
@boegel I think your eyes are needed on this |
0c60a5a
to
4a0b6fb
Compare
This is useful to bulk-install e.g. Python with enable_lto=False set for all ECs. The restriction is only required when changing the toolchain so move the check down and add a simple test.
4a0b6fb
to
b9f33ea
Compare
ping |
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.
I think this is ok, and the test is there
Tweaking is hard to test, but this has tests and the specific use case is clear
@Flamefire Not sure why the full test suite hasn't run on this, it won't let me merge as is |
I guess some required checks have since been removed. I merged develop to restart CI and see if that solves it. |
This is useful to bulk-install e.g. Python with enable_lto=False set for all ECs.
The restriction is only required when changing the toolchain so move the check down and add a simple test.