Keno Fischer
Keno Fischer
In https://github.com/JuliaPackaging/BinaryBuilderBase.jl/issues/162 I encountered a problem downloading an artifact. This can happen for various reasons. In the wizard we should not consider this fatal for a platform and instead give...
When resuming a wizard that has a git repo as a source, we get errors like `GitError(Code:ERROR, Class:Net, unsupported URL protocol)`. Presumably this is because we caches git repos as...
``` # Step 4: Select build products ERROR: The build has produced no binary artifacts. This is generally because an error occurred during the build or because you forgot to...
I was doing one wizard build, but then realized it needed a dependency that was not in Yggdrasil yet, so I wanted to interrupt the wizard to build that one....
E.g. if the build failed with ``` fatal error: X11/X.h: No such file or directory #include ^ ``` it would be nice if the Wizard automatically suggested to add `Xorg_xorgproto_jll`
It would be nice to have the ability to open the current directory in an outside editor (e.g. VS code). I'm thinking this could make a natural addition to the...
During the initial build, we capture any manual changes to the file system and offer the user to have them be added as a patch. We should extend the same...
I first ran `--deploy=local` to test the workflow before deciding to push the jll. However, repeating the `--deploy` command failed, because the earlier `--deploy=local` had created `~/.julia/dev/My_jll`, but not made...
This adds the concept of a "universe" for autobuilds. A universe is essentially a depot that has its own copy of the General registry. When building packages using `--deploy=universe` the...
It occured to me that we could have a feature to allow the user to post a help request to discourse. We could probably do a good job including all...