Skip to content

Commit

Permalink
Keep the config_opts['macros'] in the lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
praiskup committed Sep 10, 2024
1 parent c03d793 commit 0ef823f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mock/py/mockbuild/plugins/buildroot_lock.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ def _executor(cmd):
# process_isolated_build_config() method.
"bootstrap_image",
"bootstrap_image_ready",
# Macros need to be inherited, e.g., to keep the original
# %vendor tag specification, or %_host_cpu hacks.
"macros",
]:
if cfg_option in self.buildroot.config:
data["config"][cfg_option] = self.buildroot.config[cfg_option]
Expand Down

0 comments on commit 0ef823f

Please sign in to comment.