mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Support passing CFLAGS and LDFLAGS.
This commit is contained in:
@@ -5,7 +5,7 @@ minversion = 2.5.0
|
||||
[testenv]
|
||||
changedir = {toxinidir}/../../
|
||||
commands = {posargs}
|
||||
passenv = HOME LC_ALL SHIPPABLE* ANSIBLE_KEEP_REMOTE_FILES
|
||||
passenv = HOME LC_ALL SHIPPABLE* ANSIBLE_KEEP_REMOTE_FILES LDFLAGS CFLAGS
|
||||
args_are_paths = False
|
||||
deps = setuptools == 35.0.2
|
||||
wheel < 0.30.0 ; python_version < '2.7'
|
||||
|
||||
Reference in New Issue
Block a user