Merge pull request #2566 from cgwalters/ci-update
This commit is contained in:
commit
574d35bbdf
|
|
@ -16,6 +16,7 @@ jobs:
|
||||||
docs:
|
docs:
|
||||||
name: Build documentation
|
name: Build documentation
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
container: registry.ci.openshift.org/coreos/fcos-buildroot:testing-devel
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
@ -23,39 +24,7 @@ jobs:
|
||||||
# This is taken from ci/travis-install.sh but should probably be
|
# This is taken from ci/travis-install.sh but should probably be
|
||||||
# refactored.
|
# refactored.
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: ./ci/installdeps.sh
|
||||||
sudo apt-get update
|
|
||||||
sudo apt-get install -y \
|
|
||||||
attr \
|
|
||||||
bison \
|
|
||||||
cpio \
|
|
||||||
debhelper \
|
|
||||||
dh-autoreconf \
|
|
||||||
dh-systemd \
|
|
||||||
docbook-xml \
|
|
||||||
docbook-xsl \
|
|
||||||
e2fslibs-dev \
|
|
||||||
elfutils \
|
|
||||||
fuse \
|
|
||||||
gjs \
|
|
||||||
gnome-desktop-testing \
|
|
||||||
gobject-introspection \
|
|
||||||
gtk-doc-tools \
|
|
||||||
libarchive-dev \
|
|
||||||
libattr1-dev \
|
|
||||||
libcap-dev \
|
|
||||||
libfuse-dev \
|
|
||||||
libgirepository1.0-dev \
|
|
||||||
libglib2.0-dev \
|
|
||||||
libgpgme11-dev \
|
|
||||||
liblzma-dev \
|
|
||||||
libmount-dev \
|
|
||||||
libselinux1-dev \
|
|
||||||
libsoup2.4-dev \
|
|
||||||
libcurl4-openssl-dev \
|
|
||||||
procps \
|
|
||||||
zlib1g-dev \
|
|
||||||
python3-yaml
|
|
||||||
|
|
||||||
- name: Build API docs
|
- name: Build API docs
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
|
|
@ -94,11 +94,12 @@ jobs:
|
||||||
# the devel tag, which is the unreleased version.
|
# the devel tag, which is the unreleased version.
|
||||||
#
|
#
|
||||||
# https://hub.docker.com/_/ubuntu
|
# https://hub.docker.com/_/ubuntu
|
||||||
- name: Ubuntu Latest LTS
|
# For now, this is disabled because its glib version is too old.
|
||||||
image: ubuntu:latest
|
# - name: Ubuntu Latest LTS
|
||||||
pre-checkout-setup: |
|
# image: ubuntu:latest
|
||||||
apt-get update
|
# pre-checkout-setup: |
|
||||||
apt-get install -y git
|
# apt-get update
|
||||||
|
# apt-get install -y git
|
||||||
|
|
||||||
- name: Ubuntu Latest Release
|
- name: Ubuntu Latest Release
|
||||||
image: ubuntu:rolling
|
image: ubuntu:rolling
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue