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

chore(ci): Publish - speedup #8448

Merged
merged 5 commits into from
Jul 11, 2024
Merged

chore(ci): Publish - speedup #8448

merged 5 commits into from
Jul 11, 2024

Conversation

ovr
Copy link
Member

@ovr ovr commented Jul 10, 2024

image

It reduces build time by:

Native

  • 15 minutes for windows
  • 7 minutes for macOS
  • 2,5 minutes for linux

Cube Store

3 minutes on a cache layer miss + reduce cache usage on GHA + protection for errors like 'apt.llvm.org' not resolved

Copy link

vercel bot commented Jul 10, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

8 Skipped Deployments
Name Status Preview Comments Updated (UTC)
examples-angular-dashboard ⬜️ Ignored (Inspect) Visit Preview Jul 10, 2024 3:23pm
examples-react-d3 ⬜️ Ignored (Inspect) Visit Preview Jul 10, 2024 3:23pm
examples-react-dashboard ⬜️ Ignored (Inspect) Visit Preview Jul 10, 2024 3:23pm
examples-react-data-table ⬜️ Ignored (Inspect) Visit Preview Jul 10, 2024 3:23pm
examples-react-highcharts ⬜️ Ignored (Inspect) Visit Preview Jul 10, 2024 3:23pm
examples-react-material-ui ⬜️ Ignored (Inspect) Visit Preview Jul 10, 2024 3:23pm
examples-react-pivot-table ⬜️ Ignored (Inspect) Visit Preview Jul 10, 2024 3:23pm
examples-vue-query-builder ⬜️ Ignored (Inspect) Visit Preview Jul 10, 2024 3:23pm
@ovr ovr requested a review from a team as a code owner July 10, 2024 14:33
@@ -1,4 +1,4 @@
[toolchain]
channel = "nightly-2024-01-29"
components = ["rustfmt", "rustc-dev", "clippy"]
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rustc-dev is unused

@ovr ovr requested a review from a team July 10, 2024 14:35
@ovr ovr force-pushed the chore/ci-speedup-publish branch from 603d0c4 to 3204b13 Compare July 10, 2024 15:07
@ovr ovr force-pushed the chore/ci-speedup-publish branch from 3204b13 to 5803807 Compare July 10, 2024 15:14
@ovr ovr force-pushed the chore/ci-speedup-publish branch 2 times, most recently from b4a16d9 to 65b0de9 Compare July 10, 2024 15:27
Copy link
Member

@KSDaemon KSDaemon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀 Awesome!


RUN rustup update && \
rustup default nightly-2024-01-10 && \
rustup component add --toolchain nightly-2024-01-10 rustfmt;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was wrong version :)

@ovr ovr merged commit 20c8e89 into master Jul 11, 2024
78 of 79 checks passed
@ovr ovr deleted the chore/ci-speedup-publish branch July 11, 2024 06:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants