precompiled vs. docker build #414
Labels
No labels
area: devops
area: discovery
area: docs
area: livestream
area: proposal
consider soon
Epic
good first issue
hacktoberfest
hard fork
help wanted
icebox
Invalid
level: 0
level: 1
level: 2
level: 3
level: 4
needs: exploration
needs: grooming
needs: priority
needs: repro
needs: tech design
on hold
priority: blocker
priority: high
priority: low
priority: medium
resilience
soft fork
Tom's Wishlist
type: bug
type: discussion
type: improvement
type: new feature
type: refactor
type: task
type: testing
unplanned
work in progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: LBRYCommunity/lbrycrd#414
Loading…
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?
Pre-compiled
@BrannonKing
@BrannonKing
v0.17.3.3
Apr 30, 2021
7afc4c4
v0.17.3.3 - small update
docker build:
Nov 26, 2021
71fc94b1d
Precompiled edit, has a default cache size change,
when cache is very big 16000
takes more time to save on exit,
Ctrl+C
and requires ECC memory to avoid errors.
a change from 600 to 500 is basically "the same"
same happens in Windows with Virtual Memory pagefile.sys size.
800MB reboot & shutdowns fast, "minimum recomended by Windows"
80MB shutdowns much faster.
8000MB very slow shutdown / reboot.
in Bitcoin, cache is filled because CPU is Not fast enough indexing, creating chainstate
fast cores vs. more cores dilema...
i bet <10-fast. LOL.™
https://www.cpu-monkey.com/es/cpu_benchmark-cinebench_r23_single_core-15
https://www.cpu-monkey.com/es/cpu_benchmark-cinebench_r20_single_core-9
https://www.cpu-monkey.com/es/cpu_benchmark-cinebench_r15_single_core-7
the second "last" edit,
71fc94b1d
web source change to:
https://boostorg.jfrog.io/artifactory/main/release/
1.69.0/ 07-Apr-2021
but latest is:
1.80.0/ 04-Aug-2022
boost_1_80_0.tar.bz2 04-Aug-2022 03:20 110.50 MB
updating source to 1.80.0
gives compile error:
same as here:
https://github.com/boostorg/regex/issues/89
https://forums.linuxmint.com/viewtopic.php?t=328261
https://fossies.org/linux/boost/libs/regex/build/Jamfile.v2
https://github.com/boostorg/locale/issues/55
The docker builds are separate from the lbrycrd compilation. I'm not even sure who maintains the docker builds or if there are any official ones. There's no point to using docker with lbrycrd as it's already statically compiled.
And you're complaining about the ccache cache size? That's all in your control.
As for supporting Boost v80, feel free to put in a PR.