Update to 1.3.72 and add large binary dependencies as sources. No changelog provided.
Details
Details
- Reviewers
DataDrake - Group Reviewers
Triage Team - Commits
- R4853:51a259ca2689: Update kotlin-native to 1.3.72
Built wraith-master
Diff Detail
Diff Detail
- Repository
- R4853 kotlin-native
- Branch
- master
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
| 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. | |