ci: remove mips64el-stable-cross and mips64el-unstable-cross

These jobs are failing for a long time. Debian is in the process of
removing mips64el:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1105972.

Signed-off-by: Andrei Vagin <avagin@google.com>
This commit is contained in:
Andrei Vagin 2026-03-12 18:27:03 +00:00 committed by Radostin Stoyanov
parent 7582216e17
commit af3f4be066
6 changed files with 2 additions and 19 deletions

View file

@ -85,7 +85,6 @@ jobs:
armv7-stable-cross,
aarch64-stable-cross,
ppc64-stable-cross,
mips64el-stable-cross,
riscv64-stable-cross,
]
include:
@ -95,8 +94,6 @@ jobs:
target: aarch64-unstable-cross
- experimental: true
target: ppc64-unstable-cross
- experimental: true
target: mips64el-unstable-cross
steps:
- uses: actions/checkout@v4
- name: Run Cross Compilation Targets

View file

@ -1,6 +0,0 @@
FROM docker.io/dockcross/base:latest
ENV ARCH=mips
ENV SUBARCH=mips
ENV DEBIAN_ARCH=mips64el
ENV CROSS_TRIPLET=mips64el-linux-gnuabi64

View file

@ -1 +0,0 @@
Dockerfile.stable-cross.tmpl

View file

@ -1,6 +0,0 @@
FROM docker.io/dockcross/base:latest
ENV ARCH=mips
ENV SUBARCH=mips
ENV DEBIAN_ARCH=mips64el
ENV CROSS_TRIPLET=mips64el-linux-gnuabi64

View file

@ -1 +0,0 @@
Dockerfile.unstable-cross.tmpl

View file

@ -1,6 +1,6 @@
ARCHES := x86_64 fedora-asan fedora-rawhide armv7hf
STABLE_CROSS_ARCHES := armv7-stable-cross aarch64-stable-cross ppc64-stable-cross mips64el-stable-cross riscv64-stable-cross
UNSTABLE_CROSS_ARCHES := armv7-unstable-cross aarch64-unstable-cross ppc64-unstable-cross mips64el-unstable-cross
STABLE_CROSS_ARCHES := armv7-stable-cross aarch64-stable-cross ppc64-stable-cross riscv64-stable-cross
UNSTABLE_CROSS_ARCHES := armv7-unstable-cross aarch64-unstable-cross ppc64-unstable-cross
NON_CLANG := $(UNSTABLE_CROSS_ARCHES) $(STABLE_CROSS_ARCHES)
CREATE_DOCKERFILES := $(ARCHES) $(NON_CLANG)
TARGETS := $(ARCHES) alpine archlinux