-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
build: support linux aarch64 #2251
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## master #2251 +/- ##
==========================================
- Coverage 71.72% 71.69% -0.04%
==========================================
Files 296 296
Lines 6595 6595
Branches 1074 1074
==========================================
- Hits 4730 4728 -2
- Misses 1668 1670 +2
Partials 197 197
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Deploying with Cloudflare Pages
|
affine-toeverythingBundle maindiff ------------------- Bundle Size Diff -------------------------
@@ EntryPoint: main @@
## master …6-linux-arm64 +/- ##
===================================================================
< Bundle 3.11 MB 3.14 MB +33.2 kB(+1.07%)
< Initial JS 1.86 MB 1.87 MB +11.2 kB(+0.60%)
< Initial CSS 16.8 kB 18.3 kB +1.54 kB(+9.19%)
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
< Assets 41 45 +4
< Chunks 39 42 +3
< Packages 132 134 +2
= Duplicates 3 3
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Warnings ~~~~~~~~~~~~~~~~~~~~~~~~~~~#
! Separate mixed content assets files
! Avoid non-minified assets
! Avoid cache wasting
@@ EntryPoint: pages/_app @@
## master …6-linux-arm64 +/- ##
===================================================================
< Bundle 3 MB 3.02 MB +23.8 kB(+0.79%)
< Initial JS 1.75 MB 1.75 MB +1.88 kB(+0.11%)
< Initial CSS 16.8 kB 18.3 kB +1.54 kB(+9.19%)
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
< Assets 39 43 +4
< Chunks 37 40 +3
< Packages 132 134 +2
= Duplicates 3 3
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Warnings ~~~~~~~~~~~~~~~~~~~~~~~~~~~#
! Separate mixed content assets files
! Avoid non-minified assets
! Avoid cache wasting
@@ EntryPoint: pages/_error @@
## master …6-linux-arm64 +/- ##
===================================================================
= Bundle 16.6 kB 16.6 kB
= Initial JS 16.6 kB 16.6 kB
= Initial CSS 0 B 0 B
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
= Assets 2 2
= Chunks 2 2
= Packages 5 5
= Duplicates 0 0
...and more |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh I believe the issue is that sqlite bindings may need to build against linux arm64 as well |
electron/rebuild#378 Perhaps we need to follow some steps to configure node-gyp here |
I'm not good at this, please handle this PR if you have time |
stale PR, closing for now |
Fixes: #2250
Actions: https://github.com/toeverything/AFFiNE/actions/runs/4904025222
Actions: https://github.com/toeverything/AFFiNE/actions/runs/4910525789