Tiago Nobrega
Tiago Nobrega
But only if the first command succeeds, right? Do we have a notion of "success" for bender commands?
Then that's something to consider, because I imagine that we don't want to merge if the job triggered by the build command fails
Good idea, Bender should also remove the custom view when the branch is merged.
Thanks for the report. I have a strong suspicion that the cause of this bug is [us dropping the PATH setting for classic snaps](https://github.com/canonical/snapcraft/issues/4187). Specifically, when I pack a classic...
I believe this bug is solved by https://github.com/canonical/craft-application/pull/437
The problem here is that `CRAFT_ARCH_TRIPLET_BUILD_FOR` was introduced in craft-parts [1.24.0](https://github.com/canonical/craft-parts/commit/9f8e969e486289322cb8bbe4408c5b765751a0f7), but Snapcraft 7.5.x uses craft-parts `1.19.7`. For that particular case you can fallback to `CRAFT_ARCH_TRIPLET` instead
I wonder how useful it is to fix this on the slice-verification side, because if a variable didn't get expanded then basically all bets are off: the build would fail...
Hi folks. A belated update here is that our new [snapcraft-rocks](https://github.com/canonical/snapcraft-rocks) initiative should satisfy the need for up-to-date Docker images. We already have rocks for Snapcraft 7 and 8 and...
> (I'll update here when it's done). Following up on this! Here's the announcement: https://forum.snapcraft.io/t/snapcraft-rocks-oci-images/39581
This probably isn't a problem with the `python` plugin, since you override the build completely. That `PYTHONPATH` and `PYTHONHOME` variables look wrong, is there a reason to set them to...