[SERVER-33163] Remove code to disable compile bypass on OSX variants. Created: 07/Feb/18  Updated: 27/Oct/23  Resolved: 21/Feb/18

Status: Closed
Project: Core Server
Component/s: Testing Infrastructure
Affects Version/s: None
Fix Version/s: None

Type: Improvement Priority: Major - P3
Reporter: Eddie Louie Assignee: DO NOT USE - Backlog - Test Infrastructure Group (TIG)
Resolution: Gone away Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Depends
Related
is related to SERVER-24689 Support automatic compile bypass for ... Closed
Participants:

 Description   

There was code added to buildscripts/generate_compile_bypass_expansions.py to disable the compile bypass feature for OSX variants because of a failure to load the .evergreen.yml config file. Once BUILD-4317 gets resolved we should remove this code.

The code added was to function should_bypass_compile()

    # Disable compile bypass for OSX variants.
    # TODO: Remove once BUILD-4317 is resolved.
    if sys.platform == 'darwin':
        return False
...



 Comments   
Comment by Max Hirschhorn [ 21/Feb/18 ]

The changes from f159e5b as part of SERVER-24689 ended up not requiring a special workaround for OS X.

Generated at Thu Feb 08 04:32:31 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.