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

Add android-arm64 bindings for swc #9540

Closed

Conversation

CyberRex0
Copy link
Contributor

@CyberRex0 CyberRex0 commented Jan 12, 2023

What

swcは複数プラットフォーム向けにプレビルドバイナリを提供しているが、swc側のpackage.jsonには、用意されているプラットフォームの全てが含まれているわけではなく、Androidにおいては手動で追加が必要。
backendのoptionalDependenciesに@swc/core-android-arm64 を追加する。

Why

backendのビルド時に Bindings not found とエラーが出て実行できないため。

補足

もともとはdevDependenciesなのにoptionalDependenciesに入れても大丈夫なのかどうか...

@github-actions github-actions bot added the packages/backend Server side specific issue/PR label Jan 12, 2023
@CyberRex0 CyberRex0 marked this pull request as ready for review January 12, 2023 22:57
@CyberRex0 CyberRex0 marked this pull request as draft January 12, 2023 22:58
@CyberRex0 CyberRex0 marked this pull request as ready for review January 12, 2023 23:04
@codecov
Copy link

codecov bot commented Jan 12, 2023

Codecov Report

Merging #9540 (bef200d) into develop (b2117ba) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff            @@
##           develop    #9540   +/-   ##
========================================
  Coverage    22.57%   22.57%           
========================================
  Files          731      731           
  Lines        68099    68099           
  Branches      2212     2212           
========================================
  Hits         15375    15375           
  Misses       52724    52724           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@CyberRex0 CyberRex0 marked this pull request as draft January 13, 2023 00:48
@CyberRex0
Copy link
Contributor Author

swcの採用が撤回されたのでdraft化

@CyberRex0
Copy link
Contributor Author

swcは使わなそうなので、また使うことになったら出します

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
packages/backend Server side specific issue/PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant