Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,9 @@ jobs:
- xgb-ci.jvm
- xgb-ci.jvm_gpu_build
- xgb-ci.manylinux_2_28_x86_64
- xgb-ci.manylinux2014_x86_64
- xgb-ci.i386
runner: [linux-amd64-cpu]
include:
- image_repo: xgb-ci.manylinux2014_aarch64
runner: linux-arm64-cpu
- image_repo: xgb-ci.manylinux_2_28_aarch64
runner: linux-arm64-cpu
- image_repo: xgb-ci.gpu_build_rockylinux8_aarch64
Expand Down
6 changes: 0 additions & 6 deletions containers/ci_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,6 @@ xgb-ci.manylinux_2_28_x86_64:
xgb-ci.manylinux_2_28_aarch64:
container_def: manylinux_2_28_aarch64

xgb-ci.manylinux2014_x86_64:
container_def: manylinux2014_x86_64

xgb-ci.manylinux2014_aarch64:
container_def: manylinux2014_aarch64

xgb-ci.jvm:
container_def: jvm

Expand Down
19 changes: 0 additions & 19 deletions containers/dockerfile/Dockerfile.manylinux2014_aarch64

This file was deleted.

19 changes: 0 additions & 19 deletions containers/dockerfile/Dockerfile.manylinux2014_x86_64

This file was deleted.

3 changes: 2 additions & 1 deletion containers/dockerfile/Dockerfile.manylinux_2_28_aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ RUN \
dnf -y update && \
dnf -y install dnf-plugins-core && \
dnf config-manager --set-enabled powertools && \
dnf install -y tar unzip wget xz git which ninja-build gcc-toolset-10-gcc gcc-toolset-10-binutils gcc-toolset-10-gcc-c++ && \
dnf install -y tar unzip wget xz git which ninja-build java-17-openjdk-devel \
gcc-toolset-10-gcc gcc-toolset-10-binutils gcc-toolset-10-gcc-c++ && \
# Miniforge
wget -nv -O conda.sh https://github.com/conda-forge/miniforge/releases/download/$MINIFORGE_VERSION/Miniforge3-$MINIFORGE_VERSION-Linux-aarch64.sh && \
bash conda.sh -b -p /opt/miniforge
Expand Down
2 changes: 2 additions & 0 deletions containers/dockerfile/Dockerfile.manylinux_2_28_x86_64
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ ENV GOSU_VERSION=1.10

COPY scripts/install_gosu.sh /scripts/

RUN dnf -y update && dnf -y install java-17-openjdk-devel

# Install lightweight sudo (not bound to TTY)
RUN sh /scripts/install_gosu.sh

Expand Down