Skip to content

Commit

Permalink
Merge pull request #49 from multiversx/reproducible-01
Browse files Browse the repository at this point in the history
Have reproducible builds. Adjust workflows.
  • Loading branch information
andreibancioiu authored Jan 5, 2024
2 parents c093fb3 + 524f655 commit 317e3a9
Show file tree
Hide file tree
Showing 6 changed files with 3,027 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ permissions:
jobs:
contracts:
name: Contracts
uses: multiversx/mx-sc-actions/.github/workflows/[email protected].1
uses: multiversx/mx-sc-actions/.github/workflows/[email protected].5
with:
rust-toolchain: nightly-2023-05-26
rust-toolchain: nightly-2023-12-11
vmtools-version: v1.4.60
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
5 changes: 3 additions & 2 deletions .github/workflows/on_pull_request_build_contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ permissions:

jobs:
build:
uses: multiversx/mx-sc-actions/.github/workflows/[email protected].1
uses: multiversx/mx-sc-actions/.github/workflows/[email protected].5
with:
image_tag: v5.3.0
image_tag: v5.4.1
package_whole_project_src: true
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ permissions:

jobs:
build:
uses: multiversx/mx-sc-actions/.github/workflows/[email protected].1
uses: multiversx/mx-sc-actions/.github/workflows/[email protected].5
with:
image_tag: v5.3.0
image_tag: v5.4.1
attach_to_existing_release: true
skip_preliminary_checks: true
package_whole_project_src: true
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# Generated by Cargo
# will have compiled files and executables
**/target**
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock
!**/wasm*/Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk
Expand Down
Loading

0 comments on commit 317e3a9

Please sign in to comment.