Skip to content

Commit

Permalink
Update for OpenRiak
Browse files Browse the repository at this point in the history
  • Loading branch information
martinsumner committed Oct 25, 2024
1 parent 4376579 commit b9643d4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,10 @@ name: Erlang CI
on:
push:
branches:
- nhse-develop
- nhse-develop-3.2
- nhse-develop-3.4
- openriak-3.4
pull_request:
branches:
- nhse-develop
- nhse-develop-3.2
- nhse-develop-3.4
- openriak-3.4

jobs:

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Introduction

[![Build Status](https://github.com/martinsumner/leveled/actions/workflows/erlang.yml/badge.svg?branch=develop-3.1)](https://github.com/martinsumner/leveled/actions)
![Leveled OpenRiak Status](https://github.com/OpenRiak/leveled/actions/workflows/erlang.yml/badge.svg?branch=openriak-3.4)

Leveled is a simple Key-Value store based on the concept of Log-Structured Merge Trees, with the following characteristics:

Expand Down
4 changes: 2 additions & 2 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
]}.

{deps, [
{lz4, ".*", {git, "https://github.com/OpenRiak/erlang-lz4", {branch, "nhse-develop-3.4"}}},
{zstd, ".*", {git, "https://github.com/OpenRiak/zstd-erlang", {branch, "nhse-develop"}}}
{lz4, ".*", {git, "https://github.com/OpenRiak/erlang-lz4", {branch, "openriak-3.4"}}},
{zstd, ".*", {git, "https://github.com/OpenRiak/zstd-erlang", {branch, "openriak-3.2"}}}
]}.

{ct_opts, [{dir, ["test/end_to_end"]}]}.

0 comments on commit b9643d4

Please sign in to comment.