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 29, 2023
1 parent 905a038 commit 084038a
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 112 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/actions.yml

This file was deleted.

15 changes: 15 additions & 0 deletions .github/workflows/on_pull_request_build_contracts.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
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
skip_preliminary_checks: true
81 changes: 0 additions & 81 deletions .github/workflows/release.yml

This file was deleted.

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

0 comments on commit 084038a

Please sign in to comment.