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

Add ElfUtils and BinUtils Download URL Overrides #358

Merged
merged 4 commits into from
Jul 10, 2024

Commits on Jul 4, 2024

  1. Add CMake CACHE Variable ElfUtils_DOWNLOAD_URL

    Used to override the default URL to download ElfUtils from.
    Useful for internal builds
    
    Also, include a mirror to fallback to if the override URL fails.
    
    Signed-off-by: David Galiffi <[email protected]>
    dgaliffiAMD committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    b28749f View commit details
    Browse the repository at this point in the history
  2. Fix CMake linting

    Signed-off-by: David Galiffi <[email protected]>
    dgaliffiAMD committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    3ae4aff View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Update timemory submodule

    Updating to include the BINUTIL_DOWNLOAD_URL override cmake
    variable.
    
    Signed-off-by: David Galiffi <[email protected]>
    dgaliffiAMD committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    b9dccee View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Clean up ElfUtils.cmake file.

    Signed-off-by: David Galiffi <[email protected]>
    dgaliffiAMD committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    3829e21 View commit details
    Browse the repository at this point in the history