Message ID | 20200612022452.371685-6-oohall@gmail.com |
---|---|
State | Accepted |
Headers | show |
Series | [01/15] test/qemu: Update command line arguments | expand |
Context | Check | Description |
---|---|---|
snowpatch_ozlabs/apply_patch | warning | Failed to apply on branch master (fe70fbb78d33abea788a3221bc409a7c50c019c3) |
snowpatch_ozlabs/apply_patch | fail | Failed to apply to any branch |
On 6/12/20 7:54 AM, Oliver O'Halloran wrote: > 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> My bad. I should have fixed this when I sent patch to move to fc32. Reviewed-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com> -Vasant
diff --git a/opal-ci/build-docs.sh b/opal-ci/build-docs.sh index e7cc87c9b503..4125f33d1a86 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
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> --- opal-ci/build-docs.sh | 6 ------ 1 file changed, 6 deletions(-)