Skip to content

waku-org/go-zerokit-rln-x86_64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is used in https://github.com/waku-org/go-zerokit-rln to bypass the 500mb limit for go modules

git clone https://github.com/waku-org/go-zerokit-rln_x86_64
cd go-zerokit-rln_x86_64
git submodule init
git submodule update --recursive
make

Updating zerokit

export ZEROKIT_COMMIT=master    # Use a commit, branch or tag
cd zerokit
git pull
git checkout ${ZEROKIT_COMMIT}
cd ..
make
git add zerokit
git add libs/*/librln.a
git commit -m "chore: bump zerokit"
git push

Adding a new architecture

  1. Edit ./scripts/build.sh to add the new architecture. Refer to this list of supported targets
  2. Edit ./rln/link.go to add a cgo build tag for the new architecture

About

go bindings for zerokit rln in x86_64 architectures

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published