https://github.com/cryptape/llvm-n-rust
https://github.com/cryptape/llvm-n-rust
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cryptape/llvm-n-rust
- Owner: cryptape
- Created: 2024-02-05T05:04:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-22T00:35:27.000Z (over 1 year ago)
- Last Synced: 2025-03-24T20:44:15.251Z (about 1 year ago)
- Language: Dockerfile
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# llvm-n-rust
A collection of docker images that lock the version of LLVM suite and Rust, so we can do reproducible build for CKB smart contracts.
Notice that docker is one way of doing reproducible build, it is not THE way to do it, nor likely the best way to do it. It's just one practical solution given the efforst we are willing to pull in now. In the future, we might switch to other ways(such as chroot based solutions) to provide more reproducible guarentees.