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

[CompilerSupportLibraries_jll] Upgrade to libraries from GCC 12 #47544

Merged
merged 6 commits into from
Nov 22, 2022
Merged

[CompilerSupportLibraries_jll] Upgrade to libraries from GCC 12 #47544

merged 6 commits into from
Nov 22, 2022

Commits on Nov 8, 2022

  1. move src and dst to next buffer position (#47229)

    Co-authored-by: Gabriel Baraldi <baraldigabriel@gmail.com>
    (cherry picked from commit 9e1dac0)
    awfeequdng authored and KristofferC committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    a24ca0b View commit details
    Browse the repository at this point in the history
  2. CircleCI caching: allow ftime to be ceil(ftime_req) in Base.stale_cac…

    …hefile (#47433)
    
    * CircleCI caching: allow ftime to be ceil(ftime_req) in Base.stale_cachefile
    
    It appears that [caching functionalities](https://circleci.com/docs/caching/) provided by CircleCi, a leading CI/CD provider, can truncate timestamps to full seconds, resulting in re-compilations as below:
    ```
    Rejecting stale cache file /root/.julia/compiled/v1.8/ComponentArrays/cYHSD_3rQji.ji (mtime 1.6673960929277816e9) because file /root/.julia/packages/ComponentArrays/YyD7i/src/ComponentArrays.jl
    ```
    
    This PR relaxes the `is_stale` check to be robust against rounding-to-second timestamp mutations.
    
    I can provide a minimal CircleCI configuration file to reproduce if this is helpful.
    
    (cherry picked from commit bf92e83)
    nrontsis authored and KristofferC committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    cf750d9 View commit details
    Browse the repository at this point in the history
  3. Delete .github/workflows/rerun_failed.yml (#47460)

    (cherry picked from commit ebc97ba)
    DilumAluthge authored and KristofferC committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    67ffc74 View commit details
    Browse the repository at this point in the history
  4. Removed attributes from arguments to gc_preserve_begin (#47482)

    LLVM adds the nonnull attribute on its own, which makes
    the verifier fail.
    
    Fixes #47245
    
    (cherry picked from commit bc39fd1)
    apaz-cli authored and KristofferC committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    9861bf1 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. Configuration menu
    Copy the full SHA
    9c30685 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. Configuration menu
    Copy the full SHA
    55d9dfd View commit details
    Browse the repository at this point in the history