mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-18 00:58:31 +00:00
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:
parent
7582216e17
commit
af3f4be066
6 changed files with 2 additions and 19 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -1 +0,0 @@
|
|||
Dockerfile.stable-cross.tmpl
|
||||
|
|
@ -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
|
||||
|
|
@ -1 +0,0 @@
|
|||
Dockerfile.unstable-cross.tmpl
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue