You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ko...@apache.org on 2020/12/31 22:12:00 UTC

[arrow] branch master updated: ARROW-11083: [CI] Ensure using Ubuntu 20.04 for dev.yml:release job

This is an automated email from the ASF dual-hosted git repository.

kou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new 709f20d  ARROW-11083: [CI] Ensure using Ubuntu 20.04 for dev.yml:release job
709f20d is described below

commit 709f20d60271cbe792b21dea4cbda51e7096387b
Author: Sutou Kouhei <ko...@clear-code.com>
AuthorDate: Fri Jan 1 07:10:54 2021 +0900

    ARROW-11083: [CI] Ensure using Ubuntu 20.04 for dev.yml:release job
    
    Closes #9063 from kou/ci-dev-merge
    
    Authored-by: Sutou Kouhei <ko...@clear-code.com>
    Signed-off-by: Sutou Kouhei <ko...@clear-code.com>
---
 .github/workflows/dev.yml | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml
index c7f5821..59740f3 100644
--- a/.github/workflows/dev.yml
+++ b/.github/workflows/dev.yml
@@ -61,7 +61,7 @@ jobs:
 
   release:
     name: Source Release and Merge Script
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-20.04
     if: ${{ !contains(github.event.pull_request.title, 'WIP') }}
     env:
       GIT_AUTHOR_NAME: Github Actions
@@ -88,11 +88,6 @@ jobs:
         shell: bash
         run: |
           pip install cython setuptools pytest jira
-          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
       - name: Run Release Test
         shell: bash
         run: |