Closed Bug 1293642 Opened 8 years ago Closed 8 years ago

Add gyp, ninja-build, pkg-config to Taskcluster Docker image

Categories

(NSS :: Test, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: ttaubert, Assigned: ttaubert)

References

Details

      No description provided.
https://hg.mozilla.org/projects/nss/rev/7b03b909b285
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → 3.27
So one thing I found out today is that my gyp files currently rely on a bug fix in the gyp ninja backend that's newer than the version of gyp that ships in Ubuntu 14.04 and Raspbian:
https://chromium.googlesource.com/external/gyp/+/b85ad3e578da830377dbc1843aa4fbc5af17a192%5E%21/

Newer versions of Ubuntu seem to include it. If getting a gyp with that fix onto the build images is a problem I can find a way to work around it. The bug is that the ninja backend wasn't writing out a dependency on the "generate the version script" rule for shared libraries because they had no sources of their own (they just link a static library).
No, I'm wrong, newer versions of Ubuntu still don't have a new enough gyp. :-(

I might just have to work around the bug.
You need to log in before you can comment on or make changes to this bug.