mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #5149] 0.67.0无法构建 #4025
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#4025
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @donmor on GitHub (Feb 2, 2026).
Original GitHub issue: https://github.com/fatedier/frp/issues/5149
Bug Description
Action: https://github.com/donmor/frp-debian/actions/runs/21575878825
实际上前几天将#5004 补丁rebase到master时就编译不过,以为到正式版该修好了的就没报frpc Version
0.67.0
frps Version
0.67.0
System Architecture
any
Configurations
Makefile
Logs
No response
Steps to reproduce
https://github.com/donmor/frp-debian/actions/runs/21575878825
Affected area
@fatedier commented on GitHub (Feb 2, 2026):
前端编译后的资源不再放到 git 里了,所以编译需要先编译前端资源,再编译 Go 二进制文件。
@donmor commented on GitHub (Feb 4, 2026):
那现在是先要去web/frps和web/frpc中运行make才行对吗?如果用make all的话可以一起执行对吗
@donmor commented on GitHub (Feb 4, 2026):
已经解决,另外建议在两个web target中直接在build前加上install,就不用手动运行一遍了
@fatedier commented on GitHub (Feb 4, 2026):
可以