snap: Fix build process for Tier 2 platforms #732
No reviewers
Labels
No labels
A: API
A: Backend
A: Federation
A: Front-End
A: I18N
A: Meta
A: Security
Build
C: Bug
C: Discussion
C: Enhancement
C: Feature
Compatibility
Dependency
Design
Documentation
Good first issue
Help welcome
Mobile
Rendering
S: Blocked
S: Duplicate
S: Incomplete
S: Instance specific
S: Invalid
S: Needs Voting/Discussion
S: Ready for review
Suggestion
S: Voted on Loomio
S: Wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Plume/Plume#732
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "RAOF/fix-arm64-build"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Unfortunately this only actually fixes the build for arm64;
it seems that we hit various bugs in Rust on ppc64 and armhf.
@ -37,3 +35,4 @@- lld-9override-build: |snapcraftctl set-version $(git describe --tags)export PATH=$PATH:$HOME/.cargo/binmaybe we should get rid of these dependencies again, so we can have broader platform support
Codecov Report
@ -37,3 +35,4 @@- lld-9override-build: |snapcraftctl set-version $(git describe --tags)export PATH=$PATH:$HOME/.cargo/binThese 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.
Pull request closed