llvm and lld are not accessible via svn #1162
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#1162
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Hi, I just found out that
llvmandlldare no longer accessible viasvn. I've made changes to thewasm-deps.shfile to get those packages through Github(see below) but I don't know if I'm using the right releases or if I'm missing something else, but the thing is that I can't build the docker image. I get error: linker lld not foundI know it's not the right solution, but I finally managed to do it by installing
llvmandllddirectly usingapt. Do you see any problem with that? What other solution could be given?I also needed to make a symbolic link for python to work in the
DockerfileThank you very much!