Skip to content

Commit

Permalink
Prepare reproducible build.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreibancioiu committed Dec 28, 2023
1 parent fe98620 commit a100e54
Show file tree
Hide file tree
Showing 41 changed files with 1,364 additions and 67 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/on_pull_request_build_contracts.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
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: v4.2.1
package_whole_project_src: true
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +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

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

0 comments on commit a100e54

Please sign in to comment.