Skip to content

Commit

Permalink
Overshot section
Browse files Browse the repository at this point in the history
Signed-off-by: Dhruv Govil <dgovil2@apple.com>
  • Loading branch information
dgovil committed Oct 21, 2023
1 parent 3aa2b5c commit 21a87e7
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/rez/rezconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,11 @@
# this value is False.
allow_unversioned_packages = True

# Defines whether a resolve should immediately fail if any variants have a required package that can't be found.
# It is enabled by default.
# If disabled, it will try other variants before giving up.
# This can be useful if you have variants that aren't available to all users.
error_on_missing_variant_requires = True

###############################################################################
# Environment Resolution
Expand Down Expand Up @@ -657,12 +662,6 @@
# - "override": Package's preprocess function completely overrides the global preprocess.
package_preprocess_mode = "override"

# Defines whether a resolve should immediately fail if any variants have a required package that can't be found.
# It is enabled by default.
# If disabled, it will try other variants before giving up.
# This can be useful if you have variants that aren't available to all users.
error_on_missing_variant_requires = True

###############################################################################
# Context Tracking
###############################################################################
Expand Down

0 comments on commit 21a87e7

Please sign in to comment.