-
Notifications
You must be signed in to change notification settings - Fork 0
Enable registration #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
915a6af to
67e263b
Compare
OK, now I'm puzzled, the app should be able to push to https://github.com/EnzymeAD/Reactant_jll.jl |
|
https://github.com/JuliaPackaging/BinaryBuilder.jl/blob/6044a24203055ac18b8251da50b04d8f53efc007/src/AutoBuild.jl#L1783-L1788. |
|
Ok, that was easy: ReactantBuilder/.ci/register_package.jl Line 117 in 67e263b
|
|
Ok, this is still failing after passing the repo name, I'll need to sprinkle some debugging information to understand what's going on. This won't happen soon though. |
d73344d to
f43b275
Compare
|
Ok, at this point I'm totally lost: https://github.com/EnzymeAD/ReactantBuilder/actions/runs/19179272199/job/54831862183?pr=5#step:13:23 The app has read/write contents access to |
f912630 to
40d7b51
Compare
| default: 'R/Reactant' | ||
| default: 'H/HelloWorldC2' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reminder we need to revert this at the end
| env: | ||
| GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }} | ||
| JLBUILD_GITHUB_TOKEN: ${{ secrets.JLBUILD_GITHUB_TOKEN }} | ||
| JULIA_DEBUG: BinaryBuilder |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove this debug
R/Reactant/build_tarballs.jl
Outdated
| if !Sys.islinux(platform) || gpu != "none" || mode != "opt" | ||
| continue | ||
| end |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And revert this as well
No description provided.