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

snap: Fix build process for Tier 2 platforms #732

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

RAOF
Copy link
Contributor

@RAOF RAOF commented Jan 24, 2020

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

Unfortunately this only actually *fixes* the build for arm64;
it seems that we hit various bugs in Rust on ppc64 and armhf.
- on arm64,armhf,ppc64el,s390x:
- lld-8
- libclang-9-dev
- lld-9
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe we should get rid of these dependencies again, so we can have broader platform support

Copy link
Contributor Author

@RAOF RAOF Jan 24, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These actuality exist everywhere (on Linux); I just dropped the (attempted) “only install lld on tier 2 platforms” logic.

With lld-9 the build failures on ppc64 and armhf are elsewhere.

@codecov
Copy link

codecov bot commented Jan 24, 2020

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     

@elegaanz elegaanz changed the base branch from master to main July 5, 2020 16:20
@elegaanz
Copy link
Member

elegaanz commented Jul 5, 2020

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants