Plume front arm support #402
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
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Plume/Plume#402
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "plume-front-arm-support"
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?
This PR addresses #394 and #400
Changes
Builds Tested On
Noteworthy items
Codecov Report
I'd prefer
plume-front.sh
andwasm-deps.sh
to be put in thescript
folder, else it seems all good(you don't actually need to save PATH, it's an environment variable as any other, a modification is only applied to this process and its child, not its parents)
Good point, I'll update the script.
Are you sure you don't have uncommitted changes? Compilation failed for me with x86-64, with the issue about scoping lint being experimental
Compilation failed because diesel_cli compilation depends on nightly and stable is used by default
I have #400 open for that ; I'll update per your changes above and include #400 in the main PR comments too.
ho sorry, I through it was in the same issue
No worries, this trick solved something that was bugging me and I'm happy to take care of two tickets with a single PR.
@mcrosson do you recall what's missing with the llvm distributed lld binaries? I wonder if that's something that might be fixed upstream.
@vielmetti IIRC the Rust packaging does not include arm32 or 64 as tier 1 for lld-wasm. I think it's on the WASM side? My memory is mildly hazy, there were a lot of tickets that I read and I'm still not familiar with the rust ecosystem.