Skip to content

Commit

Permalink
Attempt reproducible build.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreibancioiu committed May 10, 2024
1 parent 81fa7ee commit c2b35b6
Show file tree
Hide file tree
Showing 28 changed files with 2,338 additions and 29 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/on_pull_request_build_contracts.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: On pull request, build contracts

on:
pull_request:

permissions:
contents: write

jobs:
build:
uses: multiversx/mx-sc-actions/.github/workflows/[email protected]
with:
image_tag: v5.5.0
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
# will have compiled files and executables
**/target/
**/output/
# 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 c2b35b6

Please sign in to comment.