Skip to content
This repository was archived by the owner on Jan 8, 2019. It is now read-only.

Commit 4a5f87d

Browse files
aespinosavt0r
authored andcommitted
Override the Berkshelf solver through the env
(cherry picked from commit 8380cfc)
1 parent 756aef8 commit 4a5f87d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Berksfile

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ source 'https://supermarket.chef.io'
33

44
metadata
55

6+
# Set to "ruby" to debug and attempt fixing circular dependencies
7+
# FIXME: Remove this guard someday. Currently we need :gecode to be able to cut
8+
# releases.
9+
solver ENV.fetch('BERKS_SOLVER', :gecode)
10+
611
#
712
# Local cookbooks, inside our repository.
813
#

0 commit comments

Comments
 (0)