You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Beam JIRA Bot (Jira)" <ji...@apache.org> on 2022/03/05 16:59:00 UTC

[jira] [Commented] (BEAM-12830) Remove GoGradle plugin

    [ https://issues.apache.org/jira/browse/BEAM-12830?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17501766#comment-17501766 ] 

Beam JIRA Bot commented on BEAM-12830:
--------------------------------------

This issue is assigned but has not received an update in 30 days so it has been labeled "stale-assigned". If you are still working on the issue, please give an update and remove the label. If you are no longer working on the issue, please unassign so someone else may work on it. In 7 days the issue will be automatically unassigned.

> Remove GoGradle plugin
> ----------------------
>
>                 Key: BEAM-12830
>                 URL: https://issues.apache.org/jira/browse/BEAM-12830
>             Project: Beam
>          Issue Type: Sub-task
>          Components: sdk-go
>            Reporter: Robert Burke
>            Assignee: Robert Burke
>            Priority: P2
>              Labels: stale-assigned
>          Time Spent: 9.5h
>  Remaining Estimate: 0h
>
> GoGradle has never been updated to handle Go Modules, and it turns out it leaves .gogradle folders everywhere, which contain it's local gopath, and it's non-writable mod caches. This was the root cause of https://issues.apache.org/jira/browse/BEAM-12829.
> The solution is to stop using it, as it's never been ideal for our use, and replace it with direct shellouts to the go command.
> The main functionality that needs replacing is getting and using a set  Go version so we can be sure what we're testing/validating against and building with, and using a common GoPath/ModuleCache throughout the repo. Otherwise, most instances can be replaced with simple tasks that call the Go function.
> A single module cache, if able to be reused across jenkins builds will also reduce build times. Note that these are for external versioned dependencies anyway, and not for Beam repo code.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)