Elliot Saba
Elliot Saba
I've been trying to do something in https://github.com/JuliaCI/julia-buildkite/pull/374 but I'm getting errors from `signtool`. I'm running commands such as: ``` signtool sign /debug /fd SHA1 /f 'C:\workdir\.buildkite\secrets\windows_codesigning.pfx' /p '[REDACTED]' /t...
I think the issue is that everything is calculated based off of `root` [which is set to `artifact_dir`](https://github.com/JuliaVersionControl/Git.jl/blob/259dc047e11ee326b7d2cac63cb09ceeb8f4711b/src/git_function.jl#L24), but you're overriding `git_path`. Perhaps `Git.jl` should base the locations off of...
https://github.com/JuliaCI/julia-buildkite/pull/362
Do you need `.exe` or `.dmg` files for Windows or macOS? Or is it sufficient for me to just upload tarballs everywhere?
Okay, here's some example PR URLs: * https://julialangnightlies-s3.julialang.org/bin/windows/x86_64/julia-pr54876-windows-x86_64.tar.gz * https://julialangnightlies-s3.julialang.org/bin/macos/aarch64/julia-pr54876-macos-aarch64.tar.gz * https://julialangnightlies-s3.julialang.org/bin/macos/x86_64/julia-pr54876-macos-x86_64.tar.gz * https://julialangnightlies-s3.julialang.org/bin/linux/x86_64/julia-pr54876-linux-x86_64.tar.gz * https://julialangnightlies-s3.julialang.org/bin/linux/aarch64/julia-pr54876-linux-aarch64.tar.gz
Is there a bug bounty that I could contribute to on this issue? I'd be happy to pay a developer some small amount to prioritize this feature.
Probably worthwhile to have the package printing recognize when you've locally altered the name of your package in opposition to what the loaded registry would call it, and print something...
In this case the versions of Julia are the same, so I don’t think these two issues are related.
For the `fooifier` stuff, probably best to just use a JLL like `HelloWorldC_jll` or something like that. We don't want to actually add it as a dependency though, we want...