1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Ensure the cache directory to be shared exists

This commit is contained in:
Nobuyoshi Nakada 2020-04-02 22:30:17 +09:00
parent 78b6eb9f9f
commit 0540df3ed7
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60

View file

@ -251,7 +251,7 @@ update-gems: | $(patsubst %,gems/%.gem,$(BUNDLED_GEMS))
test-bundler-precheck: | $(srcdir)/.bundle/cache
$(srcdir)/.bundle/cache:
$(MAKEDIRS) $(@D)
$(MAKEDIRS) $(@D) $(CACHE_DIR)
$(LN_S) ../.downloaded-cache $@
gems/%.gem: