Skip to content

Commit

Permalink
Fix javadocs build
Browse files Browse the repository at this point in the history
Since the current javadocs build process is broken (due to various
non-fatal errors in the build), ignore the error code of make javadocs
when building the RPM for now.

Signed-off-by: Alexander Scheel <ascheel@redhat.com>
  • Loading branch information
cipherboy committed Apr 26, 2019
1 parent 652be0f commit ad71d1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jss.spec
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ rm -rf build && mkdir -p build && cd build
-DJAVA_LIB_INSTALL_DIR=%{_jnidir} \
..

%{__make} all javadoc
%{__make} all
%{__make} javadoc || true
ctest --output-on-failure

################################################################################
Expand Down

0 comments on commit ad71d1a

Please sign in to comment.