Skip to content

Commit

Permalink
apacheGH-39072: [Release][CI] Python3.11-devel is required for the ve…
Browse files Browse the repository at this point in the history
…rification job on AlmaLinux 8 (apache#39073)

### Rationale for this change

The verification task for Almalinux 8 was failing.

### What changes are included in this PR?

Add required python3.11-devel to the Docker image.

### Are these changes tested?

Yes via archery task.

### Are there any user-facing changes?

No

* Closes: apache#39072

Authored-by: Raúl Cumplido <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
  • Loading branch information
raulcd authored and dgreiss committed Feb 17, 2024
1 parent 9588ffe commit 5e77a44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev/release/setup-rhel-rebuilds.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ dnf -y install \
ninja-build \
nodejs \
openssl-devel \
python3.11-devel \
ruby-devel \
sqlite-devel \
vala-devel \
Expand Down

0 comments on commit 5e77a44

Please sign in to comment.