Set CIBUILDWHEEL environment variable to 1 during build

This commit is contained in:
mayeut
2017-08-29 18:18:40 +02:00
parent 9faa8f8728
commit 0a7a1b8fb3
4 changed files with 22 additions and 0 deletions
+4
View File
@@ -75,6 +75,10 @@ def main():
skip = BuildSkipper(skip_config)
# Add CIBUILDWHEEL environment variable
# This needs to be passed on to the docker container in linux.py
os.environ['CIBUILDWHEEL'] = '1'
try:
project_setup_py = os.path.join(project_dir, 'setup.py')
name_output = subprocess.check_output([sys.executable, project_setup_py, '--name'],