You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@yunikorn.apache.org by "Kinga Marton (Jira)" <ji...@apache.org> on 2020/12/11 13:00:00 UTC

[jira] [Resolved] (YUNIKORN-114) Clone the shallow clone version of protobuf repo

     [ https://issues.apache.org/jira/browse/YUNIKORN-114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kinga Marton resolved YUNIKORN-114.
-----------------------------------
    Fix Version/s: 0.10
       Resolution: Fixed

> Clone the shallow clone version of protobuf repo
> ------------------------------------------------
>
>                 Key: YUNIKORN-114
>                 URL: https://issues.apache.org/jira/browse/YUNIKORN-114
>             Project: Apache YuniKorn
>          Issue Type: Bug
>          Components: scheduler-interface
>            Reporter: Adam Antal
>            Assignee: Wilfred Spiegelenburg
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.10
>
>
> When building the scheduler interface, we pull the whole protobuf repo. While the source files are not that big, the git history (that we actually don't need) makes it a bit slower to clone it. 
> We actually want to check out the latest tag, that we could do without cloning by getting the tag with {{git ls-remote --tags}}) and cloning/checking out just that revision with {{git clone --depth=1}}. Though the the scheduler build time is not a bottleneck, I think we can improve the build time a bit.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@yunikorn.apache.org
For additional commands, e-mail: issues-help@yunikorn.apache.org