Skip to content
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

Documenter making builds fail on julia-buildkite repo CI #336

Closed
IanButterworth opened this issue Feb 4, 2024 · 1 comment · Fixed by JuliaLang/julia#54445
Closed

Documenter making builds fail on julia-buildkite repo CI #336

IanButterworth opened this issue Feb 4, 2024 · 1 comment · Fixed by JuliaLang/julia#54445

Comments

@IanButterworth
Copy link
Member

IanButterworth commented Feb 4, 2024

#332 (comment)

Making this an issue so we can track it.
cc. @mortenpi

@mortenpi
Copy link
Contributor

mortenpi commented Feb 4, 2024

I would put the "blame" here on the CI scripts though. It looks like the code is getting checked out in a weird way, and so it breaks doc/make.jl, which assume a standard checkout. Of course, we might be able to adapt doc/make.jl to make this work somehow, but I don't really have a sense what the differences are between a standard Julia checkout and what the CI does.

fredrikekre pushed a commit to JuliaLang/julia that referenced this issue May 13, 2024
The documentation builds can fail if the Julia source code is not
properly in a Git repo (tarballs, Buildkite). This should ensure that
Documenter knows which remote repository corresponds to the Julia source
tree.

Hopefully will fix JuliaCI/julia-buildkite#336
aviatesk pushed a commit to JuliaLang/julia that referenced this issue May 13, 2024
The documentation builds can fail if the Julia source code is not
properly in a Git repo (tarballs, Buildkite). This should ensure that
Documenter knows which remote repository corresponds to the Julia source
tree.

Hopefully will fix JuliaCI/julia-buildkite#336
lazarusA pushed a commit to lazarusA/julia that referenced this issue Jul 12, 2024
The documentation builds can fail if the Julia source code is not
properly in a Git repo (tarballs, Buildkite). This should ensure that
Documenter knows which remote repository corresponds to the Julia source
tree.

Hopefully will fix JuliaCI/julia-buildkite#336
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants