16 Commits

Author SHA1 Message Date
Ivan Folgueira Bande
9cb4eb3528
progressing in nix nimble it now compiles ok 2026-02-17 00:56:35 +01:00
Ivan Folgueira Bande
2e5a9217db
force websock dependency without high chronos constraint 2026-02-16 13:15:58 +01:00
Ivan Folgueira Bande
31b6a4c744
adjust some leftovers 2026-02-16 09:43:55 +01:00
Ivan Folgueira Bande
05f75f7078
deep refactor 2026-02-15 23:50:41 +01:00
Ivan Folgueira Bande
3937c72487
progress towards using nix and nimble properly 2026-02-13 12:20:16 +01:00
Ivan Folgueira Bande
5042cda784
add nim.nix 2026-02-12 01:04:42 +01:00
Ivan Folgueira Bande
8d0cca3b19
start using pinnedNim and pinnedNimble 2026-02-12 01:03:54 +01:00
Ivan Folgueira Bande
61e075f9ab
generic cleanup and refactor 2026-02-11 23:34:51 +01:00
Ivan Folgueira Bande
c242bd51f7
refactor nix and add nimbleDeps package 2026-02-11 21:13:27 +01:00
538b279b94
nix: drop unnecessay asert for Android SDK on macOS
Newer nixpkgs should have Android SDK for aarch64.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2026-01-29 17:26:32 +01:00
a561ec3a38
nix: add libwaku target, fix compiling Nim using NBS
Use Nim built by NBS otherwise it doesn't work for both libwaku and
wakucanary.

Referenced issue:
* https://github.com/status-im/status-go/issues/7152
2026-01-20 09:29:07 +01:00
Ivan FB
31e1a81552
nix: add wakucanary Flake package (#3599)
Signed-off-by: Jakub Sokołowski <jakub@status.im>
Co-authored-by: Jakub Sokołowski <jakub@status.im>
2025-11-20 13:40:08 +01:00
NagyZoltanPeter
4db4f830f5 fix remove libpcre lib dependency used for docker builds (#3552)
* fix libpcre installation in Dockerfile for debian:stable-slim

Seems with debian:stable-slim now points to Debian Bookworm and that made libpcre3 deprecated we have a failing docker build.

* remove libpcre3 dependency completely as we dont use Nims std/re regex lib.

* Remove all remaining reference to pcre library in our image builds
2025-08-29 06:52:56 +02:00
e4a4313d82 nix: package outputs of build in .aar file
Add nix `result` folder to gitignore also.

Referenced issue:
* https://github.com/waku-org/nwaku/issues/3232
2025-05-23 09:05:22 +02:00
c43cee6593 makefile: add nimbus-build-system-nimble-dir target
Create a makefile target that runs a script which is a wrapper around
nimbus-build-system create_nimble_link.sh script.

Referenced issue:
* https://github.com/waku-org/nwaku/issues/3232
2025-04-10 17:35:34 +02:00
bbdf51ebf2 nix: create nix flake and libwaku-android-arm64 target
* android-ndk is added
* in the derivation, system nim is default but one can change it to
  nimbus-build-system
* special script for creating nimble links, necessary for the
  compilation to succeed.

Referenced issue:
* https://github.com/waku-org/nwaku/issues/3232
2025-04-10 17:35:31 +02:00