-
-
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
USE_BINARYBUILDER=0 on master
#47656
Comments
It is intended to work on master; if it doesn't, then it's a bug. Can you provide:
|
Got it, thanks!
CentOS 8 (CentOS 7 also fails)
x86_64, Intel Broadwell
I tired
Yes,
|
I tried to do a fresh checkout of Julia with that flag to test locally, and I don't see any binary-builder flags being attempted to download. However, I did detect 4 broken rules, so I also had to disable the builds for CSL, LLD, ZLIB, and P7ZIP to get anywhere after downloading the sources:
|
So that's indeed problematic. But I think I also misunderstood something -- are the deps sources themselves not bundled? I was under the impression that with |
No, we don't bundle any dependency sources. If you disable BB, then the makefiles will download all dependency sources from their origin locations and build them for you. |
Great, thanks @StefanKarpinski! In the docs, I'm looking at the following: julia/doc/src/devdocs/build/build.md Lines 19 to 26 in 23160a1
I'm on a system that doesn't have access to the network during the build process. But I want to build from Thanks for the help! |
I found this useful command: Line 537 in 67b8ac0
which can be used to fetch all the dependency sources before I start the build process (where I lose network access). While it fetches most sources, it does throw the following error:
Although it looks like #47589 fixes this? |
I believe this works now. Please reopen if still broken. |
Does
USE_BINARYBUILDER=0
only work for "full" release tarballs, and not for thegit
master branch? From the docs, it sounds like it should indeed work... however the currentmaster
branch ignores the flag and always attempts to download the binaries.The text was updated successfully, but these errors were encountered: