Uploaded image for project: 'C Driver'
  1. C Driver
  2. CDRIVER-4169

git "merged" option in calc_release_version fails on older platforms

    • Type: Icon: Bug Bug
    • Resolution: Unresolved
    • Priority: Icon: Unknown Unknown
    • None
    • Affects Version/s: None
    • Component/s: Build

      The calc_release_version.py script uses the --merged option to the git command. Several older platforms (e.g., RHEL7, Debian 8, Ubuntu 14.04) have older versions of Git which do not support that option. As a result, many tasks on the waterfall are failing. This is the case on both the master branch and the r1.19 branch.

      One option is to drop the --merged option, as was done in the C++ driver. Another option is to have a single task that executes version calculation step on a newer platform and then all other tasks can use that artifact with the pre-calculated as was done in the libmongocrypt project.

            Assignee:
            Unassigned Unassigned
            Reporter:
            roberto.sanchez@mongodb.com Roberto Sanchez
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: