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: Impl support for alternative registries #1184

Merged
merged 1 commit into from
Jun 30, 2023

Conversation

NobodyXu
Copy link
Member

Fixed #1168

@NobodyXu NobodyXu force-pushed the feat/alternative-registries branch 3 times, most recently from 1379b14 to c377566 Compare June 28, 2023 14:41
@NobodyXu NobodyXu force-pushed the feat/alternative-registries branch from c377566 to 768b2ff Compare June 29, 2023 13:56
@NobodyXu NobodyXu marked this pull request as ready for review June 29, 2023 14:01
@NobodyXu NobodyXu requested a review from passcod June 29, 2023 14:08
@NobodyXu NobodyXu added this pull request to the merge queue Jun 30, 2023
@NobodyXu NobodyXu removed this pull request from the merge queue due to a manual request Jun 30, 2023
@NobodyXu NobodyXu added this pull request to the merge queue Jun 30, 2023
Merged via the queue into main with commit 01a87ac Jun 30, 2023
@NobodyXu NobodyXu deleted the feat/alternative-registries branch June 30, 2023 04:28
NobodyXu added a commit that referenced this pull request Jun 30, 2023
Due to the merge of #1184, CI now takes 11m just to shallow clone
crates.io git index.

Building all dependencies with `opt-level = "z"` should speed it up.

Signed-off-by: Jiahao XU <[email protected]>
NobodyXu added a commit that referenced this pull request Jun 30, 2023
Due to the merge of #1184, CI now takes 11m just to shallow clone
crates.io git index.

Building all dependencies with `opt-level = "z"` should speed it up.

Signed-off-by: Jiahao XU <[email protected]>
NobodyXu added a commit that referenced this pull request Jun 30, 2023
Due to the merge of #1184, CI now takes 11m just to shallow clone
crates.io git index.

Building all dependencies with `opt-level = "z"` should speed it up.

Signed-off-by: Jiahao XU <[email protected]>
NobodyXu added a commit that referenced this pull request Jul 7, 2023
After the merge of #1184, CI now takes 11m just to shallow clone
crates.io git index, which means that our user using alternative git
index would also be quite slow.

This commit speeds it up by building all dependencies with `-O3` in dev
and release build.

Signed-off-by: Jiahao XU <[email protected]>
NobodyXu added a commit that referenced this pull request Jul 9, 2023
After the merge of #1184, CI now takes 11m just to shallow clone
crates.io git index, which means that our user using alternative git
index would also be quite slow.

This commit speeds it up by building all dependencies with `-O3` in dev
and release build, in release build we build everything with `-O3`.

Signed-off-by: Jiahao XU <[email protected]>
github-merge-queue bot pushed a commit that referenced this pull request Jul 9, 2023
After the merge of #1184, CI now takes 11m just to shallow clone
crates.io git index, which means that our user using alternative git
index would also be quite slow.

This commit speeds it up by building all dependencies with `-O3` in dev
and release build, in release build we build everything with `-O3`.

Signed-off-by: Jiahao XU <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support alternative registries
2 participants