We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79879da commit 6399791Copy full SHA for 6399791
1 file changed
Makefile
@@ -53,7 +53,9 @@ $(PYTHON): $(VENV)
53
54
$(MAKO_RENDER): $(PYTHON)
55
56
-$(API_DEPS): $(API_DEPS_TPL) $(MAKO_STANDARD_DEPENDENCIES) $(API_LIST)
+# Explicitly NOT depending on $(MAKO_LIB_FILES), as it's quite stable and now takes 'too long' thanks
57
+# to a URL get call to the google discovery service
58
+$(API_DEPS): $(API_DEPS_TPL) $(API_SHARED_INFO) $(MAKO_RENDER) $(API_LIST)
59
$(MAKO) -io $(API_DEPS_TPL)=$@ --data-files $(API_SHARED_INFO) $(API_LIST)
60
61
api-deps: $(API_DEPS)
0 commit comments