python / buildmaster-config

Configuration for buildbot.python.org
https://buildbot.python.org/all/#/
30 stars 56 forks source link

Correct the path to the iOS compiler shims. #481

Closed freakboy3742 closed 5 months ago

freakboy3742 commented 5 months ago

The iOS buildbot requires a path modification to put the compiler shims onto the path. The previous value was a relative path that wasn't anchored in the working directory (the iOS out-of-tree build directory). This change should modify that path to be absolute.