From 53ec7feb441c910adf80d55d4a61c9989fd1afca Mon Sep 17 00:00:00 2001 From: Martin Sumner Date: Mon, 19 Dec 2022 09:08:21 +0000 Subject: [PATCH] Update riak_core release --- .github/workflows/erlang.yml | 22 +++++++++++++++------- .rebar/erlcinfo | Bin 459 -> 0 bytes rebar.config | 2 +- 3 files changed, 16 insertions(+), 8 deletions(-) delete mode 100644 .rebar/erlcinfo diff --git a/.github/workflows/erlang.yml b/.github/workflows/erlang.yml index d90c0a9..94cb367 100644 --- a/.github/workflows/erlang.yml +++ b/.github/workflows/erlang.yml @@ -1,23 +1,31 @@ name: Erlang CI - + on: push: branches: [ develop-3.0 ] pull_request: branches: [ develop-3.0 ] + jobs: build: runs-on: ubuntu-latest + strategy: + fail-fast: false + matrix: + otp: + - "22.3.4.24" + container: - image: erlang:22.3.3 + image: erlang:${{ matrix.otp }} steps: - - uses: actions/checkout@v2 - - name: Compile - run: rebar3 compile - - name: Run tests - run: rebar3 do xref, dialyzer, eunit + - uses: lukka/get-cmake@latest + - uses: actions/checkout@v2 + - name: Compile + run: ./rebar3 compile + - name: Run xref, dialyzer and eunit + run: ./rebar3 do xref, dialyzer, eunit diff --git a/.rebar/erlcinfo b/.rebar/erlcinfo deleted file mode 100644 index 3a230e7120cc78a79c512bd858b21fad4f55118b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 459 zcmV;+0W|)DPyhf826)=NR!vWXKoG_DpjVTsX{(8zjE914OpI6K!9UP5F578$%d%{C z!KS~~zao+b1??=Ylp72C=Htzq8CZAboPZXT%Xv(WSVuUHbIv-U(=(cSnv>8ciu=Y0 zH@n6m{-xg9N4A$f~)X$TjM4?mOcZaEQNZm z*^#*q6%@2>&RdCF;-j^dF2DzML%G|W;OhA=8Xw&DrPGFmL$zz2VQ*)!EgKDq&AN8l z^kn0u0TbxTI;6IctyiZh4he5%bfOV7Br()STcs^6+D3m->#yfJl4#1-@)OpCfDTH) B+>ZbN diff --git a/rebar.config b/rebar.config index 8f3b3fc..c927ae4 100644 --- a/rebar.config +++ b/rebar.config @@ -10,7 +10,7 @@ {deps, [ {riak_pb, {git, "https://github.com/basho/riak_pb.git", {tag, "3.0.10"}}}, {webmachine, {git, "https://github.com/webmachine/webmachine.git", {tag, "1.11.1"}}}, - {riak_core, {git, "https://github.com/basho/riak_core.git", {tag, "riak_kv-3.0.10"}}}, + {riak_core, {git, "https://github.com/basho/riak_core.git", {tag, "riak_kv-3.0.12"}}}, {mochiweb, {git, "https://github.com/basho/mochiweb.git", {tag, "2.12.1+riak.3.0.4"}}} ]}.