Skip to content

Commit

Permalink
GH-39072: [Release][CI] Python3.11-devel is required for the verifica…
Browse files Browse the repository at this point in the history
…tion job on AlmaLinux 8 (#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: #39072

Authored-by: Raúl Cumplido <raulcumplido@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
  • Loading branch information
raulcd committed Dec 5, 2023
1 parent fd44a33 commit b326917
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 b326917

Please sign in to comment.