Plume icon indicating copy to clipboard operation
Plume copied to clipboard

snap: Fix build process for Tier 2 platforms

Open RAOF opened this issue 5 years ago • 2 comments

Unfortunately this only actually fixes the build for arm64; it seems that we hit various bugs in Rust on ppc64 and armhf.

RAOF avatar Jan 24 '20 07:01 RAOF

Codecov Report

Merging #732 into main will decrease coverage by 0.17%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #732      +/-   ##
==========================================
- Coverage   39.16%   38.99%   -0.18%     
==========================================
  Files          73       73              
  Lines        9653     9701      +48     
  Branches     2183     2229      +46     
==========================================
+ Hits         3781     3783       +2     
+ Misses       4819     4756      -63     
- Partials     1053     1162     +109     

codecov[bot] avatar Jan 24 '20 07:01 codecov[bot]

it seems that we hit various bugs in Rust on ppc64 and armhf.

should we wait for these bugs to be fixed, or can we merge now?

elegaanz avatar Jul 05 '20 16:07 elegaanz