aboutsummaryrefslogtreecommitdiff
path: root/opal-ci
diff options
context:
space:
mode:
authorOliver O'Halloran <oohall@gmail.com>2020-06-12 12:24:42 +1000
committerOliver O'Halloran <oohall@gmail.com>2020-06-17 21:18:45 +1000
commit95f23aa242cd568863f573e7755d789457a489eb (patch)
tree9e5bebaf8802ce6d651f8a0e86c9eed90dca507c /opal-ci
parent57ed0daaaf01e560828fbfbbf2ad272a256b4000 (diff)
downloadskiboot-95f23aa242cd568863f573e7755d789457a489eb.zip
skiboot-95f23aa242cd568863f573e7755d789457a489eb.tar.gz
skiboot-95f23aa242cd568863f573e7755d789457a489eb.tar.bz2
ci: Fix docs build
The docs build uses the Fedora32 container environment, but we didn't update the script when we moved to Fedora 32. Do that. Signed-off-by: Oliver O'Halloran <oohall@gmail.com> Reviewed-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com> Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
Diffstat (limited to 'opal-ci')
-rwxr-xr-xopal-ci/build-docs.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/opal-ci/build-docs.sh b/opal-ci/build-docs.sh
index e7cc87c..4125f33 100755
--- a/opal-ci/build-docs.sh
+++ b/opal-ci/build-docs.sh
@@ -7,12 +7,6 @@ set -vx
MAKE_J=$(grep -c processor /proc/cpuinfo)
export CROSS="ccache powerpc64-linux-gnu-"
-# There's a bug in dtc v1.4.7 packaged on fedora 28 that makes our device tree
-# tests fail, so for the moment, build a slightly older DTC
-git clone --depth=1 -b v1.4.4 https://git.kernel.org/pub/scm/utils/dtc/dtc.git
-(cd dtc; make -j${MAKE_J})
-export PATH=`pwd`/dtc:$PATH
-
make -j${MAKE_J} SKIBOOT_GCOV=1 coverage-report
pip install -r doc/requirements.txt