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 28, 2024
1 parent 27c59d0 commit 18311f1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Erlang CI
on:
push:
branches:
- nhse-develop
- openriak-3.2
pull_request:
branches:
- nhse-develop
- openriak-3.2

jobs:

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Canola
======

![Canola OpenRiak Status](https://github.com/OpenRiak/canola/actions/workflows/erlang.yml/badge.svg?branch=openriak-3.2)

Canola, a PAM port driver for the GPL intolerant.

Usage
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{port_env, [{"LDFLAGS", "$LDFLAGS -lpam"}]}.
{cover_enabled, true}.

{plugins, [{pc, {git, "https://github.com/blt/port_compiler", {tag, "v1.14.0"}}}]}.
{plugins, [{pc, {git, "https://github.com/OpenRiak/port_compiler", {branch, "openriak-3.2"}}}]}.

{profiles, [
{gha, [{erl_opts, [{d, 'GITHUBEXCLUDE'}]}]}
Expand Down
1 change: 0 additions & 1 deletion rebar.lock

This file was deleted.

0 comments on commit 18311f1

Please sign in to comment.