You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I understand that AWX is open source software provided for free and that I might not receive a timely response.
I am NOT reporting a (potential) security vulnerability. (These should be emailed to [email protected] instead.)
Bug Summary
I'm building an AWX Execution Environment with ansible-builder. I see that while installing ansible-runner, it needs an AWX tarball as a dependency. It builds it using pyproject.toml, but to determine the version, it need the VERSION file in the repo root. I've forked the repo and tried it out - the problem seems to be fixed.
Please confirm the following
[email protected]
instead.)Bug Summary
I'm building an AWX Execution Environment with ansible-builder. I see that while installing ansible-runner, it needs an AWX tarball as a dependency. It builds it using pyproject.toml, but to determine the version, it need the VERSION file in the repo root. I've forked the repo and tried it out - the problem seems to be fixed.
No VERSION file:
no_version_build.log
With VERSION file:
with_version_build.log
VERSION file contents:
24.6.1
AWX version
24.6.1
Select the relevant components
Installation method
kubernetes
Modifications
no
Ansible version
2.15.2
Operating system
linux
Web browser
No response
Steps to reproduce
pip install ansible-builder
cd
to it:cd awx-ee-test
PATH=$PATH ansible-builder build -t awx-ee-test:latest --container-runtime=docker -vvv
Expected results
Successful build of the AWX component
Actual results
LookupError: setuptools-scm was unable to detect version for /tmp/pip-install-rdmhhdoj/awx_319cdf6fd3904dff9477393e4c1875ab
Additional information
No response
The text was updated successfully, but these errors were encountered: