Skip to main content Link Menu Expand (external link) Document Search Copy Copied

solang-llvm GitHub

PR #15 Rust 1.65
This slipped in. Having to `push -d` interfered my workflow, sorry
Created At 2023-03-28 12:28:57 +0000 UTC
PR #14 Only strip solana binaries if they were actually built
[Build is now fine](https://github.com/hyperledger/solang-llvm/actions/runs/4534419690/jobs/7988573066) :heavy_check_mark:
Created At 2023-03-27 15:48:23 +0000 UTC
PR #13 Update workflow name
The workflow to build LLVM binaries must not be called `Build Release Binaries`, because we are not doing so.
Created At 2023-03-24 18:09:17 +0000 UTC
PR #11 Remove bloat from docker image
Reduce the image size by 30% from 4.9G to 3.45G - Strip LLVM and solana binaries - Remove cargo registry cache after `cargo install` - Install only the `minimal` rustup profile. This gets rid of the docs, which are several 100mb - Change the apt command so that the autoclean works
Created At 2023-03-24 12:32:31 +0000 UTC
PR #10 Use Rust 1.65
Companion to https://github.com/hyperledger/solang/pull/1236
Created At 2023-03-24 10:31:04 +0000 UTC
PR #9 Upgrade Anchor version
The container image needs to be updated so that the PR tests for https://github.com/hyperledger/solang/pull/1233 can run correctly.
Created At 2023-03-22 19:13:45 +0000 UTC