Actions
Feature #8412
closedgfx-drm should support USERLAND_ARCHIVES
Start date:
2017-06-19
Due date:
% Done:
0%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Description
gfx-drm uses libdrm source archive. When archive is unavailable, there's no easy way to tell gfx-drm 'use cached archive', especially when it is wrapped in oi-userland build script, which does git clean -f before publishing.
In oi-userland we use USERLAND_ARCHIVES environment variable to point to the archive of pre-downloaded files. It would be good to use this variable in the same way for gfx-drm.
Updated by Alexander Pyhalov over 6 years ago
- Status changed from New to Resolved
Fixed in
commit a5522c0de40b6dc96929664af4b5ab3876ca8e1d Author: Alexander Pyhalov <apyhalov@gmail.com> Date: Tue Jun 20 00:36:50 2017 +0300 8412 gfx-drm should support USERLAND_ARCHIVES Reviewed by: Adam Števko <adam.stevko@gmail.com> Reviewed by: Toomas Soome <tsoome@me.com> :100644 100644 8da266a... 6746b70... M usr/src/common/libdrm/Makefile
Actions