[GH-ISSUE #3166] [Bug] Windows release job failed #1385

Closed
opened 2026-03-23 20:48:35 +00:00 by mirror · 4 comments
Owner

Originally created by @LucasXu0 on GitHub (Aug 11, 2023).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/3166

Originally assigned to: @a-wallen on GitHub.

Bug Description

https://github.com/AppFlowy-IO/AppFlowy/actions/runs/5821884409/job/15785252340

Operating System

Windows

AppFlowy Version(s)

0.2.9

Additional Context

https://github.com/AppFlowy-IO/AppFlowy/pull/3141

Originally created by @LucasXu0 on GitHub (Aug 11, 2023). Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/3166 Originally assigned to: @a-wallen on GitHub. ### Bug Description https://github.com/AppFlowy-IO/AppFlowy/actions/runs/5821884409/job/15785252340 ### Operating System Windows ### AppFlowy Version(s) 0.2.9 ### Additional Context https://github.com/AppFlowy-IO/AppFlowy/pull/3141
Author
Owner

@LucasXu0 commented on GitHub (Aug 11, 2023):

This command doesn't work on either the CI machine or my local PC.

dart ./scripts/flutter_release_build/build_flowy.dart . ${{ github.ref_name }}

<!-- gh-comment-id:1674246381 --> @LucasXu0 commented on GitHub (Aug 11, 2023): This command doesn't work on either the CI machine or my local PC. `dart ./scripts/flutter_release_build/build_flowy.dart . ${{ github.ref_name }}`
Author
Owner

@a-wallen commented on GitHub (Aug 11, 2023):

On it.

<!-- gh-comment-id:1675204446 --> @a-wallen commented on GitHub (Aug 11, 2023): On it.
Author
Owner

@a-wallen commented on GitHub (Aug 11, 2023):

dart ./scripts/flutter_release_build/build_flowy.dart . 0.2.9 runs on my machine, but it looks like the command cargo build --release --package=dart-ffi --target x86_64-pc-windows-msvc --features "dart,rev-sqlite" hangs on CI. If it use cargo build --release --package=dart-ffi --target x86_64-pc-windows-msvc --features "dart,rev-sqlite" by itself, there's no issue. Also cargo make --env APP_VERSION=0.2.9--profile production-windows-x86 appflowy --verbose works on it's own.

<!-- gh-comment-id:1675256105 --> @a-wallen commented on GitHub (Aug 11, 2023): `dart ./scripts/flutter_release_build/build_flowy.dart . 0.2.9` runs on my machine, but it looks like the command `cargo build --release --package=dart-ffi --target x86_64-pc-windows-msvc --features "dart,rev-sqlite"` hangs on CI. If it use `cargo build --release --package=dart-ffi --target x86_64-pc-windows-msvc --features "dart,rev-sqlite"` by itself, there's no issue. Also `cargo make --env APP_VERSION=0.2.9--profile production-windows-x86 appflowy --verbose` works on it's own.
Author
Owner

@Harmon758 commented on GitHub (Aug 23, 2023):

This seems to be resolved now (I believe by #3168).

<!-- gh-comment-id:1690031087 --> @Harmon758 commented on GitHub (Aug 23, 2023): This [seems to be resolved now](https://github.com/AppFlowy-IO/AppFlowy/actions/runs/5948388417) (I believe by #3168).
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#1385
No description provided.