You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good catch. As a breadcrumb to someone who wants to fix this, it should be as easy as
--- a/Makefile+++ b/Makefile@@ -225,7 +225,7 @@ $(build_depsbindir)/stringreplace: $(JULIAHOME)/contrib/stringreplace.c | $(buil
@$(call PRINT_CC, $(HOSTCC) -o $(build_depsbindir)/stringreplace $(JULIAHOME)/contrib/stringreplace.c)
julia-base-cache: julia-sysimg-$(JULIA_BUILD_MODE) | $(DIRS) $(build_datarootdir)/julia
- @$(call spawn,$(JULIA_EXECUTABLE) $(call cygpath_w,$(JULIAHOME)/etc/write_base_cache.jl) $(call cygpath_w,$(build_datarootdir)/julia/base.cache))+ @$(call spawn,$(JULIA_EXECUTABLE) --startup-file=no $(call cygpath_w,$(JULIAHOME)/etc/write_base_cache.jl) $(call cygpath_w,$(build_datarootdir)/julia/base.cache))
# public libraries, that are installed in $(prefix)/lib
JL_LIBS := julia julia-debug
A test of some kind would be ideal but I'm not sure how best to do that.
ararslan
added
bug
Indicates an unexpected problem or unintended behavior
building
Build system, or building Julia or its dependencies
labels
Nov 9, 2017
Introduced in #24120
Looks like some options should be set after
JULIA_EXECUTABLE
, at least--startup-file=no
and maybe more?The text was updated successfully, but these errors were encountered: