|
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? |
Replies: 3 comments 1 reply
|
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 |
|
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
"""
EOFFinally golang package installed without issues |
Can't find a way to resolve this problem via
module_setup_commands. Only way I find is:Finally golang package installed without issues