From b777535bb3c81984752b04b6544259036bb0f306 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrei=20B=C4=83ncioiu?= Date: Fri, 25 Aug 2023 17:45:13 +0300 Subject: [PATCH 1/4] Sketch CI. --- .github/workflows/ci.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/ci.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 0000000..3f890c9 --- /dev/null +++ b/.github/workflows/ci.yml @@ -0,0 +1,14 @@ +name: CI + +on: + pull_request: + +jobs: + contracts: + name: Contracts + uses: multiversx/mx-sc-actions/.github/workflows/contracts.yml@bf2fba12098fcbc7e297c9df12072c8c6c8d47a4 + with: + rust-toolchain: nightly-2023-05-26 + vmtools-version: v1.4.60 + secrets: + token: ${{ secrets.GITHUB_TOKEN }} From 540cb9722ae7e4c12807950f52971b91968a46f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrei=20B=C4=83ncioiu?= Date: Fri, 25 Aug 2023 18:00:04 +0300 Subject: [PATCH 2/4] Add Cargo.toml for workspace. --- Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Cargo.toml diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..c209b8e --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,8 @@ +[workspace] +members = [ + "adder", + "adder/meta", + + "multisig", + "multisig/meta" +] From 9179d80222e145563fb6e03abfab7f0f57716939 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrei=20B=C4=83ncioiu?= Date: Fri, 25 Aug 2023 18:51:26 +0300 Subject: [PATCH 3/4] Use proper version. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3f890c9..01e48dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ on: jobs: contracts: name: Contracts - uses: multiversx/mx-sc-actions/.github/workflows/contracts.yml@bf2fba12098fcbc7e297c9df12072c8c6c8d47a4 + uses: multiversx/mx-sc-actions/.github/workflows/contracts.yml@v2.3.2 with: rust-toolchain: nightly-2023-05-26 vmtools-version: v1.4.60 From 0d67a9dd89f6c96ac89d954751d3b56fcbc17e49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrei=20B=C4=83ncioiu?= Date: Fri, 25 Aug 2023 19:26:02 +0300 Subject: [PATCH 4/4] Use newer reproducible build image. --- .github/workflows/on_pull_request_build_contracts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on_pull_request_build_contracts.yml b/.github/workflows/on_pull_request_build_contracts.yml index 711275c..50f4204 100644 --- a/.github/workflows/on_pull_request_build_contracts.yml +++ b/.github/workflows/on_pull_request_build_contracts.yml @@ -10,4 +10,4 @@ jobs: build: uses: multiversx/mx-sc-actions/.github/workflows/reproducible-build.yml@v2.3.1 with: - image_tag: v5.1.0 + image_tag: v5.2.0