Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix linux ci #1

Closed
wants to merge 1 commit into from
Closed

Fix linux ci #1

wants to merge 1 commit into from

Commits on May 30, 2024

  1. [getdeps] restore rpm system deps for fedora

    Summary:
    
    centOS (even stream) tends to be quite old and thus ends up having its rpm system deps turned off, e.g. boost in D55758008 and glog and gtest in D51813855.  Unfortunate the rpm deps were removed entirely rather than limited by distro or distro_vers.
    
    Lets renable rpm deps but specify distro=fedora to reduce the risk of people removing them entirely.
    
    Also:
       * fedora has up to date gtest & gmock, so use them
       * zlib-ng-compat added from fedora 38 with zlib removed from F40, so update zlib rpm names.  F37 is EOL
    
    Test Plan:
    
    Build locally on fedora 40:
    ```
    ./build/fbcode_builder/getdeps.py install-system-deps --recursive folly
    ./build/fbcode_builder/getdeps.py --allow-system-packages build --src-dir=. folly
    ```
    ahornby committed May 30, 2024
    Configuration menu
    Copy the full SHA
    b13758b View commit details
    Browse the repository at this point in the history