android - Exporting LD_LIBRARY_PATH via Jenkins EnvInject plugin not working -
we use centos 6.9 our build machine types of projects (android, windows, ios). machine has glibc version 2.12 installed. due reasons can't use glibc version 2.14 projects. need use in 1 android project have upgraded our build tools version 25.0.3, fail without glibc 2.14.
by looking @ of solutions, decided export ld_library_path through envinject plugin in jenkins. export variable, gradle build not work @ all. gets stuck @ beginning.
anyone else faced issue? how use glibc version 2.14 1 project , continue using glibc version 2.12 in other projects?
Comments
Post a Comment