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

Remove virtualenv workaround for SUSE 12 in etc/evergreen.yml

    • Type: Icon: Task Task
    • Resolution: Done
    • Priority: Icon: Minor - P4 Minor - P4
    • 3.5.4
    • Affects Version/s: None
    • Component/s: Testing Infrastructure
    • None
    • Fully Compatible
    • v3.4, v3.2
    • TIG 2017-03-27
    • 0

      The httplib2 package has been removed from SUSE 12, so there should no longer be a permissions issue when attempting to create a virtual environment using --system-site-packages.

      # Due to an issue with how the contents of the httplib2 package are installed on SUSE 12,
      # some files within the system's site-packages aren't world-readable. This results in a
      # "Permission denied" error message when attempting to install the system's site-packages
      # into the virtual environment.
      if [ ${build_variant} == enterprise-suse12-64 ]; then
          virtualenv ./venv
      else
          virtualenv --system-site-packages ./venv
      fi
      

            Assignee:
            max.hirschhorn@mongodb.com Max Hirschhorn
            Reporter:
            max.hirschhorn@mongodb.com Max Hirschhorn
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: