Page MenuHomeSolus

Update kotlin-native to 1.3.72
ClosedPublic

Authored by serebit on Apr 14 2020, 6:01 PM.
Tags
None
Referenced Files
F11028764: D8676.diff
Wed, Aug 9, 7:51 AM
F11018910: D8676.id20847.diff
Sun, Aug 6, 3:50 PM
F10946374: D8676.id20825.diff
Sat, Jul 15, 9:46 AM
F10887001: D8676.id20825.diff
Jun 26 2023, 5:45 AM
F10886440: D8676.id20847.diff
Jun 25 2023, 10:41 PM
F10883532: D8676.diff
Jun 24 2023, 9:47 AM
F10720529: D8676.id.diff
May 5 2023, 10:15 PM
F10708832: D8676.id20847.diff
Apr 27 2023, 8:35 PM
Subscribers

Details

Summary

Update to 1.3.72 and add large binary dependencies as sources. No changelog provided.

Test Plan

Built wraith-master

Diff Detail

Repository
R4853 kotlin-native
Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

DataDrake added inline comments.
package.yml
6

Are these only used at build time? Just trying to understand why they are needed vs the OS packages.

package.yml
6

Yes, only at build time. From my understanding, they're patched versions of system libraries. I've attempted to use symlinks to actual system libraries for a few of them, with the only "success" being libffi, which isn't listed here due to its size.

6

For what it's worth, they were being downloaded anyway with the previous version, but they were being downloaded *every time* the build ran. This just serves to cache them for rebuilds.

Thank you for the clarification.

LGTM!

This revision is now accepted and ready to land.Apr 15 2020, 4:47 AM
This revision was automatically updated to reflect the committed changes.