Skip to content

Commit

Permalink
Attempt reproducible build.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreibancioiu committed Dec 28, 2023
1 parent c1aa180 commit eb876ad
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
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
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,7 @@ members = [

"integration-test-lib",
]

[patch.crates-io]
elrond-wasm-debug0 = { version = "0.28.0", git = "https://github.com/multiversx/mx-sdk-rs", package = "elrond-wasm-debug", branch = "reproducible/v0.28.0" }
elrond-wasm-debug1 = { version = "0.36.1", git = "https://github.com/multiversx/mx-sdk-rs", package = "elrond-wasm-debug", branch = "reproducible/v0.36.1" }
File renamed without changes.

0 comments on commit eb876ad

Please sign in to comment.