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

feat(JLLEnvs): try to load local Artifacts.toml if existed #372

Closed
wants to merge 1 commit into from

Commits on Jan 31, 2022

  1. feat(JLLEnvs): try to load local Artifacts.toml if existed

    This commit provides two changes:
    
    - By default, use the stable release version of `Artifacts.toml` provided by
      binarybuilderbase. previously it uses the master version, which can sometimes
      be breaking and troublesome.
    - it utilizes the local disk cache and thus pkg server so that we don't need to
      fetch resources from GitHub.com and thus is more friendly to users behind the
      firewall.
    
    As a consequence of getting rid of the need to download from remote server,
    this commit makes `@time using Clang` much faster: from 1.7s to 0.4s in Julia
    1.7, macOS Intel i9-9880H.
    johnnychen94 committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    d28f558 View commit details
    Browse the repository at this point in the history