Skip to content

Commit

Permalink
move allow_unresolved_templates build options to block with options t…
Browse files Browse the repository at this point in the history
…hat use False as default value
  • Loading branch information
boegel authored and Flamefire committed Dec 18, 2024
1 parent e9ce14b commit 53b4912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easybuild/tools/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ def mk_full_default_path(name, prefix=DEFAULT_PREFIX):
# build options that have a perfectly matching command line option, listed by default value
BUILD_OPTIONS_CMDLINE = {
None: [
'allow_unresolved_templates',
'aggregate_regtest',
'backup_modules',
'banned_linked_shared_libs',
Expand Down Expand Up @@ -281,6 +280,7 @@ def mk_full_default_path(name, prefix=DEFAULT_PREFIX):
False: [
'add_system_to_minimal_toolchains',
'allow_modules_tool_mismatch',
'allow_unresolved_templates',
'backup_patched_files',
'consider_archived_easyconfigs',
'container_build_image',
Expand Down

0 comments on commit 53b4912

Please sign in to comment.