[PR #703] [CLOSED] feat: speeding up ci by disabling rust incremental build #4285

Closed
opened 2026-03-23 21:37:08 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/703
Author: @rubiagatra
Created: 7/24/2022
Status: Closed

Base: mainHead: feat/359-speedup-using-build-matrix


📝 Commits (1)

  • b189466 feat: speed up ci by disabling rust build

📊 Changes

6 files changed (+70 additions, -60 deletions)

View changed files

📝 .github/workflows/ci.yaml (+16 -12)
📝 .github/workflows/dart_lint.yml (+7 -6)
📝 .github/workflows/dart_test.yml (+15 -14)
📝 .github/workflows/release.yml (+9 -7)
📝 .github/workflows/rust_lint.yml (+8 -9)
📝 .github/workflows/rust_test.yml (+15 -12)

📄 Description

Fixes #359

I am trying to speed up the CI process by disabling Rust Incremental build. https://matklad.github.io/2021/09/04/fast-rust-builds.html


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/AppFlowy-IO/AppFlowy/pull/703 **Author:** [@rubiagatra](https://github.com/rubiagatra) **Created:** 7/24/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/359-speedup-using-build-matrix` --- ### 📝 Commits (1) - [`b189466`](https://github.com/AppFlowy-IO/AppFlowy/commit/b1894664173a1bb78bae233248375817f4813a53) feat: speed up ci by disabling rust build ### 📊 Changes **6 files changed** (+70 additions, -60 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/ci.yaml` (+16 -12) 📝 `.github/workflows/dart_lint.yml` (+7 -6) 📝 `.github/workflows/dart_test.yml` (+15 -14) 📝 `.github/workflows/release.yml` (+9 -7) 📝 `.github/workflows/rust_lint.yml` (+8 -9) 📝 `.github/workflows/rust_test.yml` (+15 -12) </details> ### 📄 Description Fixes #359 I am trying to speed up the CI process by disabling Rust Incremental build. https://matklad.github.io/2021/09/04/fast-rust-builds.html --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 21:37:08 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#4285
No description provided.