You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by GitBox <gi...@apache.org> on 2019/12/13 14:09:35 UTC

[GitHub] [incubator-daffodil] stevedlawrence opened a new pull request #302: Remove GitHub Actions linux dependency step

stevedlawrence opened a new pull request #302: Remove GitHub Actions linux dependency step
URL: https://github.com/apache/incubator-daffodil/pull/302
 
 
   We currently run apt-get to install linux dependencies like RPM and SBT
   as part of our Github Actions workflow. Unfortunately, GitHub has
   updated their container to include a Microsoft repository that is buggy
   and started breaking builds everyone's builds that ran apt. We could
   remove just this buggy repo, but other repos could always break in the
   future.
   
   Fortunately, it the GitHub Actions container now includes SBT and RPM by
   default, so our dependencies are already met. So remove the Install
   Linux Dependencies step so we never have to worry about random
   repositories breaking our build.
   
   DAFFODIL-2253

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services