feat: disallow building other profiles than debug#6
feat: disallow building other profiles than debug#6quapka wants to merge 1 commit intoQUBIP:masterfrom
Conversation
|
Hi @quapka, sorry it took so long to come to this! This is great: I already had a commit ready in our private repo, doing this and acknowledging you, but this is even better. I rebased it on the post-release commit bumping the version to the next release cycle, and merged it as 624e701. I also noticed in your fork you have more branches and many of them look very interesting. |
|
@quapka so far I kept nix stuff only on the “parent” workspace repo, as I am the only one in the team experimenting with it regularly: https://github.com/qubip/aurora-ib-ws You can talk me into adding a flake to this repo directly, integrate instead in the workspace repo, or even “do both” (as ensuring the parent flake is in line with your aurora flake and reuses its outputs) What do you think? Probably we should spawn a separate issue to continue this conversation so it stays documented and findable. |
Pull Request type
Please check the type of change your PR introduces:
What is the current behavior?
In case it's not too late, this PR implements the fix proposed in #4.
Issue Number: #4
What is the new behavior?
Building the project in other than
debugmode will with a descriptive and intentional error message.Does this introduce a breaking change?