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

build metrics: don't use python mac_ver

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 6.2.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Fully Compatible
    • ALL

      Apparently the python we use on our hosts is unreliable:

      macos-1100-arm64-dev:~ dev-user$ python3 -c "import platform; print(platform.mac_ver())"
      ('11.4', ('', '', ''), 'arm64')
      macos-1100-arm64-dev:~ dev-user$ python -c "import platform; print(platform.mac_ver())"
      ('10.16', ('', '', ''), 'arm64')
      macos-1100-arm64-dev:~ dev-user$
      

      So instead we should ask macos directly.

            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: