mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
Disable testing on Arch
Running Arch in docker on Ubuntu is currently broken because of https://bugs.archlinux.org/task/69563
This commit is contained in:
parent
7d5bb8524d
commit
fed56e2c32
58
.github/workflows/ci.yml
vendored
58
.github/workflows/ci.yml
vendored
@ -31,32 +31,32 @@ jobs:
|
|||||||
run:
|
run:
|
||||||
python setup/unix-ci.py test
|
python setup/unix-ci.py test
|
||||||
|
|
||||||
archtest:
|
# archtest:
|
||||||
name: Test on Arch
|
# name: Test on Arch
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
container:
|
# container:
|
||||||
image: 'archlinux/base:latest'
|
# image: 'archlinux/base:latest'
|
||||||
env:
|
# env:
|
||||||
CI: 'true'
|
# CI: 'true'
|
||||||
steps:
|
# steps:
|
||||||
- name: Prepare the container
|
# - name: Prepare the container
|
||||||
run: |
|
# run: |
|
||||||
pacman -Syu --noconfirm
|
# pacman -Syu --noconfirm
|
||||||
pacman -S --noconfirm tar
|
# pacman -S --noconfirm tar
|
||||||
|
#
|
||||||
- name: Checkout source code
|
# - name: Checkout source code
|
||||||
uses: actions/checkout@master
|
# uses: actions/checkout@master
|
||||||
with:
|
# with:
|
||||||
fetch-depth: 10
|
# fetch-depth: 10
|
||||||
|
#
|
||||||
- name: Install calibre dependencies
|
# - name: Install calibre dependencies
|
||||||
run: setup/arch-ci.sh
|
# run: setup/arch-ci.sh
|
||||||
|
#
|
||||||
- name: Bootstrap calibre
|
# - name: Bootstrap calibre
|
||||||
run: runuser -u ci -- python setup.py bootstrap --ephemeral
|
# run: runuser -u ci -- python setup.py bootstrap --ephemeral
|
||||||
|
#
|
||||||
- name: Test calibre
|
# - name: Test calibre
|
||||||
run: |
|
# run: |
|
||||||
set -xe
|
# set -xe
|
||||||
runuser -u ci -- python setup.py test
|
# runuser -u ci -- python setup.py test
|
||||||
runuser -u ci -- python setup.py test_rs
|
# runuser -u ci -- python setup.py test_rs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user