Facing issues while compiling "v3.6.9-dbaas-testing" branch

Hi Team, I am now building code from v3.6.9 tag.

Problem::
The same issue as before:

I had to do below changes for resolving other issues faced while compilation:

  • I had to include dummy version.json file, kept at root of code directory with below content as compilation was halting due to version not getting derived. Followed https://jira.mongodb.org/browse/SERVER-21317 for the workaround

  • As per Mongo Ticket SERVER-36206, included --disable-warnings-as-errors flag

  • Per Mongo Ticket SERVER-31439, added os.environ in PATH in SConstruct file

Please let me know how can I have smooth compilation?