Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
popenta committed Mar 21, 2024
1 parent 29c0a18 commit 10d5aa4
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,14 @@ permissions:
jobs:
contracts:
name: Contracts
uses: multiversx/mx-sc-actions/.github/workflows/contracts.yml@v2
uses: multiversx/mx-sc-actions/.github/workflows/contracts.yml@v3
with:
rust-toolchain: nightly-2022-12-08
vmtools-version: v1.4.60
rust-toolchain: nightly-2023-12-11
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
```
This uses fixed versions of rust and vmtools.
This uses a fixed version of rust.
See [contracts.yml](.github/workflows/contracts.yml) for more details on which other arguments are supported.
### Main branch notes
Expand Down Expand Up @@ -71,15 +70,6 @@ The mxpy version can be specified by providing:
pip-mxpy-args: multiversx-sdk-cli==1.2.3
```

### Installing libtinfo5

When building smart contracts written in C, on ubuntu, the libtinfo5 has to be installed as clang requires this.
This can be optionally enabled by specifying:
```yml
install-libtinfo5: true
```
Note: if using a matrix build with multiple operating systems, enable this only for ubuntu.

## Usage of `reproducible-build.yml`

See [reproducible-build.yml](.github/workflows/reproducible-build.yml).
Expand Down

0 comments on commit 10d5aa4

Please sign in to comment.