-
Hi, I can't resolve problem with
And 1.21 version was pushed to Mock cmd:
Actual error
Is there possible solution to turn off this filter? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Also created CS-1932 on JIRA |
Beta Was this translation helpful? Give feedback.
-
Thank you for the question!
Yes, if you want to use modular packages at the package build time, you probably want to enable the module by Mock, see the site-defaults documentation file:
It is good idea to have a separate configuration config file.. because mock caches the modular configuration |
Beta Was this translation helpful? Give feedback.
-
Can't find a way to resolve this problem via trim_repo="$(echo "${ADD_REPO}" | grep -oP 'https://\K\S+' | tr '/' '_' | tr -d '.-')"
cat <<EOF >> "/etc/mock/${MOCK_CONFIG}.cfg"
config_opts['dnf.conf'] += """
[${trim_repo}]
name=${trim_repo}
enabled=1
module_hotfixes=1
"""
EOF Finally golang package installed without issues |
Beta Was this translation helpful? Give feedback.
Can't find a way to resolve this problem via
module_setup_commands
. Only way I find is:Finally golang package installed without issues