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

inteldecimal version script should not be explicit dependency

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 4.9.0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • Fully Compatible
    • ALL
    • Dev Platform 2021-04-05

      In SERVER-49299, a workaround was put in place for ninja to correctly know about this dependency, but it used an explicit dependency (env.Depends) where it should have used an implicit dependency (target.add_to_implicit) which matches what SCons will use for build signatures. Using an explicit dependency will cause rebuilds because SCons will see the explicit dependency come and go, while its checking and executing the subst function in question.

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

              Created:
              Updated:
              Resolved: