I am trying to build Bazel on IBM (Redhat 6.9) that uses LSF for the job submission system. In the middle of the build, I get an error:
lsb_init: initenv_:fopen(/etc/lsf.conf)
The LSF_ENVDIR
is correctly set to where the lsf config files are located. However, it still looks in there. Can I change this behavior somehow or tell the Bazel build scripts that lsf.conf
is somewhere else? In case it helps, I have to submit an interactive job to be able to compile. Otherwise, the build process does not start at all and I do not know why (I receive no error massage).