You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
allow artifact string macro to take an explicit path to the artifact file (#46755)
* allow artifact string macro to take an explicit path
can be used by JLLs to avoid scour throgh the file system for the Artifacts.toml when it already knows where it is
* address review comments
* Fix `@artifact_str` invocation
We must provide the `platform` argument here before we provide the
`artifacts_toml_path` argument.
* Catch quoted `nothing` values as well
Co-authored-by: Elliot Saba <[email protected]>
0 commit comments