-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Fix out-of-tree build of docs, fix #29757. #29760
Conversation
Great, thanks |
Hmm, I checked out this PR, and this is the output:
yet no |
It should be in Can you check |
Yes it exists in that directory. The (primary and related) issue is that an OOT Please see the error message below
|
Wait this confuses me. After this PR you should have a directory
Right it should be looking for |
I think I have a fix inbound |
No |
@fredrikekre BTW I confirmed that |
2d28c88
to
7622c55
Compare
We apparently get the same error on AV with this PR:
|
fffbcf9
to
d243295
Compare
So from the output:
so is the directory getting wiped somewhere? |
@fredrikekre I ran a clean build and monitored the output of the |
I was able to reproduce this. The problem is that However, Julia interprets So @musm, you should also have a Don't know how to fix this though. Should we modify the |
I believe there is |
But we'd need to check it's a cross-compilation build, right? Because otherwise we would break normal Cygwin builds? FWIW, it seems that |
d243295
to
f58e461
Compare
This is the crux of the problem |
I updated my PR #29764 with a different fix |
f58e461
to
fd1a419
Compare
fd1a419
to
e17e4d3
Compare
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.
I think the keyword approach is the best here.
Much better with now without the env variable. Can we get this backported since it prevents Cygwin builds for OOT builds? |
No description provided.