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

Native toolset bootstrapper should support private cache #4792

Closed
Tracked by #4072
chcosta opened this issue Feb 7, 2020 · 2 comments
Closed
Tracked by #4072

Native toolset bootstrapper should support private cache #4792

chcosta opened this issue Feb 7, 2020 · 2 comments

Comments

@chcosta
Copy link
Member

chcosta commented Feb 7, 2020

The bootstrapper uses a cache under %userprofile%.netcoreeng. This is analogous to NuGet cache; but just like “-ci” uses a private cache ($(RepoRoot).packages or something like that), the native tool bootstrapper should be able to use a private cache for CI builds as well (for e.g., $(RepoRoot).netcoreeng).

  • NuGet provides a handy away to clear its cache (nuget locals all -clear), but there is no handy analog for clearing the native-bootstrapper cache
@jonfortescue
Copy link
Contributor

wait do dollar signs cause weird markdown rendering? $test$

@jonfortescue
Copy link
Contributor

Whoa that's wild. is this intended for like math or something?

Anyway, we're not installing native tools anymore so this can be closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants