mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-02 19:26:56 -05:00
build problems with hbb_common #3259
Labels
No labels
bug
documentation
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
question
unreproducible
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rustdesk-rustdesk#3259
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 @stSaHiB on GitHub (Feb 3, 2025).
Bug Description
Used 3 different aproches, but even with the "rustdesk-builder" docker container, provided from rustdesk, I can't compile the current version of rustdesk due to hbb_common
How to Reproduce
Setting up rustdesk-builder container
running build
docker run --rm -it -v $PWD:/home/user/rustdesk -v rustdesk-git-cache:/home/user/.cargo/git -v rustdesk-registry-cache:/home/user/.cargo/registry -e PUID="$(id -u)" -e PGID="$(id -g)" rustdesk-builderExpected Behavior
get a working rustdesk.exe
Operating system(s) on local (controlling) side and remote (controlled) side
ubuntu
RustDesk Version(s) on local (controlling) side and remote (controlled) side
1.3.7
Screenshots
thx for your efforts!
Additional Context
No response
@rustdesk commented on GitHub (Feb 3, 2025):
#763