-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Closed
Labels
bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behaviorbuildingBuild system, or building Julia or its dependenciesBuild system, or building Julia or its dependencies
Description
Already in v1.11.0-alpha1, make JULIA_PRECOMPILE=0
doesn't work anymore to skip precompilation of stdlibs. I'm confused because it looks to me the check in
julia/contrib/generate_precompile.jl
Line 10 in 3290904
if Base.isempty(Base.ARGS) || Base.ARGS[1] !== "0" |
Line 89 in 3290904
--startup-file=no --warn-overwrite=yes --sysimage $$(call cygpath_w,$$<) $$(call cygpath_w,$$(JULIAHOME)/contrib/generate_precompile.jl) $(JULIA_PRECOMPILE); then \ |
Confirmed by @Octogonapus on current master
.
Metadata
Metadata
Assignees
Labels
bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behaviorbuildingBuild system, or building Julia or its dependenciesBuild system, or building Julia or its dependencies