Jorge Leitão created ARROW-11083:
------------------------------------
Summary: [CI] Build "Source Release and Merge Script" is broken
Key: ARROW-11083
URL: https://issues.apache.org/jira/browse/ARROW-11083
Project: Apache Arrow
Issue Type: Task
Components: CI
Reporter: Jorge Leitão
The build "Source Release and Merge Script" is currently broken with the
following error:
{code:java}
The following packages have unmet dependencies:
dotnet-sdk-2.2 : Depends: aspnetcore-runtime-2.2 (>= 2.2.7) but it is not
going to be installed
Depends: dotnet-runtime-2.2 (>= 2.2.7) but it is not going
to be installed
E: Unable to correct problems, you have held broken packages.
{code}
when running
{code:java}
wget -q
https://packages.microsoft.com/config/ubuntu/16.04/packages-microsoft-prod.deb
sudo dpkg -i packages-microsoft-prod.deb
sudo apt-get install apt-transport-https
sudo apt-get update
sudo apt-get install dotnet-sdk-2.2
{code}
I suspect that the reason this is not showing up in master is that this
execution is behind a docker layer and therefore not triggered.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)