mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 730196 - fix intermittent timeouts during make package on Windows; r=ted
This commit is contained in:
parent
aaeeb99ff6
commit
23f675673d
@ -482,10 +482,11 @@ PRECOMPILE_RESOURCE=gre
|
||||
PRECOMPILE_GRE=$$PWD
|
||||
endif
|
||||
|
||||
# Silence the unzip step so we don't print any binary data from the comment field.
|
||||
GENERATE_CACHE = \
|
||||
$(_ABS_RUN_TEST_PROGRAM) $(LIBXUL_DIST)/bin/xpcshell$(BIN_SUFFIX) -g "$(PRECOMPILE_GRE)" -a "$$PWD" -f $(call core_abspath,$(MOZILLA_DIR)/toolkit/mozapps/installer/precompile_cache.js) -e "populate_startupcache('$(PRECOMPILE_DIR)', '$(OMNIJAR_NAME)', 'startupCache.zip');" && \
|
||||
rm -rf jsloader && \
|
||||
$(UNZIP) startupCache.zip && \
|
||||
$(UNZIP) -q startupCache.zip && \
|
||||
rm startupCache.zip && \
|
||||
$(ZIP) -r9m $(OMNIJAR_NAME) jsloader/resource/$(PRECOMPILE_RESOURCE)
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user