Closed
Bug 1574419
Opened 7 years ago
Closed 6 years ago
Remove libtinfo version hack from CI build
Categories
(Data Platform and Tools :: Glean: SDK, defect, P1)
Data Platform and Tools
Glean: SDK
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: janerik, Assigned: janerik)
Details
Attachments
(1 file)
In PR 249 I added a workaround for the missing library the NDK-shipped Clang compiler links to.
We just symlink the version that the container ships (v6) to the one the compiler is linked against (v5). This seems to work (yey for mostly-ABI-compatible).
It's still a hack and we should get rid of it eventually.
Options:
- Get a newer compiler linked against a newer library
- Install the proper old version of the library
| Assignee | ||
Updated•7 years ago
|
Whiteboard: [telemetry:glean-rs:m?] → [telemetry:glean-rs:backlog]
Comment 1•6 years ago
|
||
| Assignee | ||
Updated•6 years ago
|
Assignee: nobody → jrediger
Priority: P3 → P1
Whiteboard: [telemetry:glean-rs:backlog]
| Assignee | ||
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•