build conduwuit with debug enabled
This commit is contained in:
parent
ef1fab2038
commit
d543d07698
2 changed files with 16 additions and 3 deletions
1
.github/workflows/build-and-cache.yml
vendored
1
.github/workflows/build-and-cache.yml
vendored
|
@ -12,6 +12,7 @@ jobs:
|
|||
- .#attic-client
|
||||
- .#attic-server
|
||||
- .#eza
|
||||
- .#conduwuit
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
|
@ -5,13 +5,13 @@ final: prev: {
|
|||
args:
|
||||
old.rustPlatform.buildRustPackage (
|
||||
args
|
||||
// rec {
|
||||
// {
|
||||
version = "0.5.0-rc2";
|
||||
src = final.fetchFromGitHub {
|
||||
owner = "girlbossceo";
|
||||
repo = "conduwuit";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-xnwqhU3yOIyWRrD/Pq3jmUHoNZSY8Ms9h8OTsZVYQ1g=";
|
||||
rev = "8c74e35e7640a041c1f3496d82585e5240294352";
|
||||
hash = "sha256-/2YD3TXT9pQ7oPEm9wDrq35afU88qukMIWqrBX5JyXg=";
|
||||
};
|
||||
doCheck = false;
|
||||
cargoHash = "sha256-ZenMTCEJrALKQnW7/eXqrhFj+BedE9i/rQZMsPHl8K0=";
|
||||
|
@ -20,6 +20,18 @@ final: prev: {
|
|||
];
|
||||
# unstable has this set to "conduit"
|
||||
meta.mainProgram = "conduwuit";
|
||||
|
||||
buildFeatures = [
|
||||
"brotli_compression"
|
||||
"element_hacks"
|
||||
"gzip_compression"
|
||||
# "release_max_log_level" # without this feature to enable debug logging
|
||||
"sentry_telemetry"
|
||||
"systemd"
|
||||
"zstd_compression"
|
||||
"jemalloc"
|
||||
"io_uring"
|
||||
];
|
||||
}
|
||||
);
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue