Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: try to release standalone binaries #266

Closed
th7nder opened this issue Aug 24, 2024 · 0 comments · Fixed by #267
Closed

docs: try to release standalone binaries #266

th7nder opened this issue Aug 24, 2024 · 0 comments · Fixed by #267
Assignees
Labels
devops documentation Improvements or additions to documentation
Milestone

Comments

@th7nder
Copy link
Contributor

th7nder commented Aug 24, 2024

standalone binaries for parachain and instructions instead of k8s
things to consider:

  • look up ldd polkadot on the released binaries by polkadot
➜  ~ wget https://github.com/paritytech/polkadot-sdk/releases/download/polkadot-stable2407-1/polkadot
[...]
=================================>] 106.65M   839KB/s    in 1m 44s

2024-08-24 22:52:26 (1.03 MB/s) - ‘polkadot’ saved [111830712/111830712]

➜  ~ ldd polkadot
        linux-vdso.so.1 (0x00007ffc0af72000)
        libstdc++.so.6 => /lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007fbc15f67000)
        libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007fbc15f47000)
        libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007fbc15f42000)
        libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fbc15e5b000)
        libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007fbc15e56000)
        libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fbc15c2b000)
        /lib64/ld-linux-x86-64.so.2 (0x00007fbc1c215000)

TODO:

  • build polkadot,polka-storage-node on linux x86, macos arm
  • put it into S3 + zombienet
  • write instructions
@th7nder th7nder added devops documentation Improvements or additions to documentation labels Aug 24, 2024
@th7nder th7nder added this to the Phase 1 milestone Aug 24, 2024
@th7nder th7nder self-assigned this Aug 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devops documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant