Keep last_build_profile in sync with profile requested in manifest#1049
Conversation
|
|
||
| # Check implicit profile when build is indirect | ||
|
|
||
| run_alr("run") # Causes a default build |
There was a problem hiding this comment.
I wonder if alr run should keep the last build profile.
There was a problem hiding this comment.
Yep, it's probably more intuitive that way. I'll add that change.
|
I'm stuck trying to fix the errors in the testsuite. For starters, it seems to depend on the compiler version: I don't get those with Ubuntu's 20 compiler (9.x) but I do with 11.2. And then, when I run the test steps by hand, I don't get the exception either. I guess something in the test environment is having something to do, but event trying to set up it by hand in advance is not working. Glad for any ideas on what to try. |
13f240b to
cecfce8
Compare
cecfce8 to
27692ef
Compare
|
So after some trial and error, the only "simple" solution I could find was to manually manage and trigger the finalization of the new |
Fixes #1040