From 0dc8cd5b958f4f4a6fcfd33e2595e58047768bd5 Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 29 Dec 2022 00:15:01 +0800 Subject: remove mips ci --- .github/workflows/debian_mips64.yml | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 .github/workflows/debian_mips64.yml diff --git a/.github/workflows/debian_mips64.yml b/.github/workflows/debian_mips64.yml deleted file mode 100644 index 1d092e167..000000000 --- a/.github/workflows/debian_mips64.yml +++ /dev/null @@ -1,35 +0,0 @@ -name: Debian (Mips64) - -on: - pull_request: - push: - release: - types: [published] - -jobs: - build: - runs-on: ubuntu-latest - - concurrency: - group: ${{ github.ref }}-${{ github.base_ref }}-${{ github.head_ref }}-DebianMips64 - cancel-in-progress: true - steps: - - uses: actions/checkout@v2 - with: - submodules: true - - - run: | - docker run --rm --privileged multiarch/qemu-user-static:register --reset - - - uses: docker://multiarch/debian-debootstrap:mips64el-stretch - with: - args: > - bash -c - "uname -a && - apt update && - cd /github/workspace && - ./scripts/get.sh __local__ && - source ~/.xmake/profile && - export XMAKE_ROOT=y && - export XMAKE_TMPDIR=/tmp && - xmake lua -v -D tests/run.lua && xrepo --version" -- cgit v1.3.1