Fix arm builds #612

已合併
mcrosson 將 1 次提交從 arm_fixup 合併至 master 5 年前
mcrosson 已留言 5 年前 (已從 github.com 遷移)

The latest plume sources need LLVM 8.0.0 for compilation. This PR bumps LLVM and restores arm64 builds.

arm32 builds should work but nix is currently broken for builds. See #611 for more information on the arm32 breakages. Once nix is updated, this should also fix arm32 builds.

I've also removed a pair of comments that reference unneeded LLVM tools.

The latest plume sources need LLVM 8.0.0 for compilation. This PR bumps LLVM and restores arm64 builds. arm32 builds should work but nix is currently broken for builds. See #611 for more information on the arm32 breakages. Once nix is updated, this should also fix arm32 builds. I've also removed a pair of comments that reference unneeded LLVM tools.
codecov[bot] 已留言 5 年前 (已從 github.com 遷移)

Codecov Report

No coverage uploaded for pull request base (master@b2312d7). Click here to learn what that means.
The diff coverage is n/a.

@@           Coverage Diff            @@
##             master    #612   +/-   ##
========================================
  Coverage          ?   34.6%           
========================================
  Files             ?      67           
  Lines             ?    7840           
  Branches          ?    1883           
========================================
  Hits              ?    2713           
  Misses            ?    4367           
  Partials          ?     760
# [Codecov](https://codecov.io/gh/Plume-org/Plume/pull/612?src=pr&el=h1) Report > :exclamation: No coverage uploaded for pull request base (`master@b2312d7`). [Click here to learn what that means](https://docs.codecov.io/docs/error-reference#section-missing-base-commit). > The diff coverage is `n/a`. ```diff @@ Coverage Diff @@ ## master #612 +/- ## ======================================== Coverage ? 34.6% ======================================== Files ? 67 Lines ? 7840 Branches ? 1883 ======================================== Hits ? 2713 Misses ? 4367 Partials ? 760 ```
elegaanz (已從 github.com 遷移) 核可了這些變更 5 年前
elegaanz (已從 github.com 遷移) 留下了回應

👍

:+1:

審核者

此合併請求已被合併為 e7126ae335
您也可以查看命令列指南

第一步:

在您的儲存庫中切換到新分支並測試變更。
git checkout -b arm_fixup master
git pull origin arm_fixup

第二步:

合併變更並更新到 Forgejo。
git checkout master
git merge --no-ff arm_fixup
git push origin master
登入 才能加入這對話。
沒有審核者
未選擇里程碑
沒有負責人
1 參與者
通知
截止日期
截止日期無效或超出範圍,請使用「yyyy-mm-dd」的格式。

未設定截止日期。

先決條件

未設定先決條件。

參考: Plume/Plume#612
載入中…
尚未有任何內容