You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Kouhei Sutou (Jira)" <ji...@apache.org> on 2022/10/21 05:49:00 UTC

[jira] [Created] (ARROW-18121) [Release][CI] Use Ubuntu 22.04 for verifying binaries

Kouhei Sutou created ARROW-18121:
------------------------------------

             Summary: [Release][CI] Use Ubuntu 22.04 for verifying binaries
                 Key: ARROW-18121
                 URL: https://issues.apache.org/jira/browse/ARROW-18121
             Project: Apache Arrow
          Issue Type: Improvement
          Components: Continuous Integration
            Reporter: Kouhei Sutou
            Assignee: Kouhei Sutou


APT/Yum verifications use Docker. If we use some old version packages (I can't remember that what packages have a problem...) on host, some operations may cause errors:

e.g.:  https://github.com/ursacomputing/crossbow/actions/runs/3294870946/jobs/5432835953#step:7:5437

{format}
  + valac --pkg arrow-glib --pkg posix build.vala
  error: Failed to close file descriptor for child process (Operation not permitted)
  error: Failed to close file descriptor for child process (Operation not permitted)
  error: Failed to close file descriptor for child process (Operation not permitted)
  error: Failed to close file descriptor for child process (Operation not permitted)
  error: Failed to close file descriptor for child process (Operation not permitted)
  error: Failed to close file descriptor for child process (Operation not permitted)
{format}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)