Skip to content

Commit

Permalink
Update riak_core release
Browse files Browse the repository at this point in the history
  • Loading branch information
martinsumner committed Dec 19, 2022
1 parent a4a17fc commit 53ec7fe
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
22 changes: 15 additions & 7 deletions .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
@@ -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
Binary file removed .rebar/erlcinfo
Binary file not shown.
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -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"}}}
]}.

Expand Down

0 comments on commit 53ec7fe

Please sign in to comment.