Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-93200

Windows incremental rebuilds always reinstall python modules

    • Type: Icon: Bug Bug
    • Resolution: Unresolved
    • Priority: Icon: Minor - P4 Minor - P4
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • Build
    • ALL

      To reproduce run this command multiple times on windows:
      python buildscripts/scons.py --build-profile=opt LIBPATH="C:/sasl/lib" CPPPATH="C:/sasl/include" --ninja=disabled build/opt/mongo/db/basic_types_gen.cpp

      You will notice the reinstall step is always re-performed. This mostly likely is due to the use of run_shell in out poetry installer. "run_shell" is not well supported on windows: https://bazel.build/configure/windows#sh-rules-without-bash

            Assignee:
            daniel.moody@mongodb.com Daniel Moody
            Reporter:
            daniel.moody@mongodb.com Daniel Moody
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: