-
-
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
Add ITTAPI source for offline #49022
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
Thanks! I confirm it fixes the problem when building the Fedora RPM. Should probably add a mention to THIRDPARTY.md, julia.spdx.json and doc/src/devdocs/build/build.md? |
full-fledged
Co-authored-by: Milan Bouchet-Valat <[email protected]>
* Add ITTAPI sources for offline build Co-authored-by: Milan Bouchet-Valat <[email protected]> (cherry picked from commit 6b934f9)
@@ -286,6 +286,11 @@ configure-llvm: $(LLVM_BUILDDIR_withtype)/build-configured | |||
compile-llvm: $(LLVM_BUILDDIR_withtype)/build-compiled | |||
fastcheck-llvm: #none | |||
check-llvm: $(LLVM_BUILDDIR_withtype)/build-checked | |||
|
|||
ifeq ($(USE_INTEL_JITEVENTS),1) | |||
extract-llvm: $(SRCCACHE)/$(ITTAPI_SRC_DIR)/source-extracted |
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.
Actually I think this should be:
$(SRCCACHE)/$(LLVM_SRC_DIR)/source-extracted: $(SRCCACHE)/$(ITTAPI_SRC_DIR)/source-extracted
Sorry, I think I had incorrectly checked this with I think one reason is that building LLVM does not extract the ITTAPI tarball, since the However, even with that change, |
* Add ITTAPI sources for offline build Co-authored-by: Milan Bouchet-Valat <[email protected]>
Fixes #47989
@Nickgao or @nalimilan ould you give this a go?