aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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