From: Tianling Shen Date: Mon, 15 Jun 2026 02:43:04 +0000 (+0800) Subject: cloudreve: exclude tests pkg X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=68031eafe4030e16509cba6d89aafcb8d94b183c;p=openwrt-packages.git cloudreve: exclude tests pkg `pkg/request/ssrftest` is used for tests only and does not contain real package, exclude it from build list. Fixes: 7f5a269cf3a4 ("cloudreve: Update to 4.16.1") Signed-off-by: Tianling Shen --- diff --git a/net/cloudreve/Makefile b/net/cloudreve/Makefile index dd084e82f..16d6d8726 100644 --- a/net/cloudreve/Makefile +++ b/net/cloudreve/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=cloudreve PKG_VERSION:=4.16.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/cloudreve/Cloudreve.git @@ -23,6 +23,7 @@ PKG_BUILD_PARALLEL:=1 PKG_BUILD_FLAGS:=no-mips16 GO_PKG:=github.com/cloudreve/Cloudreve/v4 +GO_PKG_EXCLUDES:=pkg/request/ssrftest GO_PKG_LDFLAGS_X:= \ $(GO_PKG)/application/constants.BackendVersion=$(PKG_VERSION) \ $(GO_PKG)/application/constants.LastCommit=$(PKG_VERSION)