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

[CI] Upgrade sccache version to 0.7.* #16366

Merged
merged 2 commits into from
Jan 10, 2024
Merged

Commits on Jan 8, 2024

  1. [CI] Upgrade sccache version to 0.7.*

    Sccache was previously pinned at version 0.3.3, however, there has
    recently been an issue when installing some of its dependencies:
    
    ```
    error[E0277]: expected a `Fn(reqwest::Request, &'a mut task_local_extensions::extensions::Extensions, reqwest_middleware::Next<'a>)` closure, found `RetryAfterMiddleware`
    ```
    
    Upgrading the version of sccache to the latest seems to resolve this
    error.
    
    Change-Id: Ie292c1189de2ed8464fe1b78e672d7f53a083dff
    lhutton1 committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    d5af393 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Use an alternative mirror for boost artifacts

    The JFrog artifactory link is down, so changing to an alternative
    mirror mentioned in boostorg/boost#842.
    
    Change-Id: Id83c97d6506dd388ba76b5b01576860844080fa9
    lhutton1 committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    7660848 View commit details
    Browse the repository at this point in the history