Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Ledest:erlang:23
erlang
5971-otp-Release-docs-for-make-tests.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 5971-otp-Release-docs-for-make-tests.patch of Package erlang
From 5f3c9d9af20cf22abbe5933ea6dcd0ea931f5c1f Mon Sep 17 00:00:00 2001 From: Lukas Larsson <lukas@erlang.org> Date: Fri, 9 Sep 2022 12:57:56 +0200 Subject: [PATCH 2/2] otp: Release docs for make tests Some testcases need docs in order to pass so we release them so that it works. --- make/test_target_script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/test_target_script.sh b/make/test_target_script.sh index a837533c7a..00ee393415 100755 --- a/make/test_target_script.sh +++ b/make/test_target_script.sh @@ -115,7 +115,7 @@ EOM release_erlang () { local RELEASE_ROOT=${1} - if ! (cd $ERL_TOP && make release RELEASE_ROOT="${RELEASE_ROOT}"); then + if ! (cd $ERL_TOP && make release release_docs DOC_TARGETS=chunks RELEASE_ROOT="${RELEASE_ROOT}"); then return 1 fi if ! (cd "$RELEASE_ROOT" && ./Install -minimal "`pwd`"); then -- 2.35.3
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor