Skip to content

snap: Fix build process for Tier 2 platforms - #732

Open
RAOF wants to merge 1 commit into
Plume-org:mainfrom
RAOF:fix-arm64-build
Open

snap: Fix build process for Tier 2 platforms#732
RAOF wants to merge 1 commit into
Plume-org:mainfrom
RAOF:fix-arm64-build

Conversation

@RAOF

@RAOF RAOF commented Jan 24, 2020

Copy link
Copy Markdown
Contributor

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.
Comment thread snap/snapcraft.yaml
- on arm64,armhf,ppc64el,s390x:
- lld-8
- libclang-9-dev
- lld-9

Copy link
Copy Markdown
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

@RAOF RAOF Jan 24, 2020

Copy link
Copy Markdown
Contributor Author

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

codecov Bot commented Jan 24, 2020

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 38.99%. Comparing base (2a58835) to head (adb5dac).
⚠️ Report is 1285 commits behind head on main.

Additional details and impacted files
@@            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     
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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

elegaanz commented Jul 5, 2020

Copy link
Copy Markdown
Member

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