[
https://issues.apache.org/jira/browse/BEAM-10891?focusedWorklogId=518735&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-518735
]
ASF GitHub Bot logged work on BEAM-10891:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 02/Dec/20 02:56
Start Date: 02/Dec/20 02:56
Worklog Time Spent: 10m
Work Description: TheNeuralBit commented on pull request #13308:
URL: https://github.com/apache/beam/pull/13308#issuecomment-736955450
I've been experimenting with the container in a clean clone of Beam on this
branch. Weirdly it seems that `:sdks:go:test:goVet` fails consistently when I
run `./gradlew check`. It continues to fail when I run it directly (`./gradlew
:sdks:go:test:goVet`), until I remove all the vendor directories (`find
sdks/go/ -name vendor -type d -exec rm -rf {} \;`). Then it succeds
consistently!
... until I run `./gradlew check` again. Is it possible some other target is
spoiling the vendor directories?
I suspect this is a separate issue. If this can be repro'd outside of the
dev container, let's file a bug and move on (I'm out of time for today, I'll
try it myself tomorrow if no one else does).
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 518735)
Time Spent: 12h 10m (was: 12h)
> Dockerfile for development container
> ------------------------------------
>
> Key: BEAM-10891
> URL: https://issues.apache.org/jira/browse/BEAM-10891
> Project: Beam
> Issue Type: Improvement
> Components: website
> Reporter: Omar Ismail
> Priority: P2
> Time Spent: 12h 10m
> Remaining Estimate: 0h
>
> Create Dockerfile as alternative to instructions presented inĀ
> https://beam.apache.org/contribute/#prerequisites
--
This message was sent by Atlassian Jira
(v8.3.4#803005)