Skip to content

Commit

Permalink
Initiate 3.4 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
martinsumner committed Sep 12, 2024
1 parent 3e06676 commit 013dbcd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 18 deletions.
23 changes: 6 additions & 17 deletions .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: Erlang CI

on:
push:
branches: [ nhse-develop ]
branches:
- nhse-develop-3.4
pull_request:
branches: [ nhse-develop ]
branches:
- nhse-develop-3.4


jobs:
Expand All @@ -17,25 +19,12 @@ jobs:
strategy:
fail-fast: false
matrix:
otp: [22, 24, 25]
otp: [24, 26]
os: [ubuntu-latest]
# OTP lower than 23 does not run on ubuntu-latest (22.04), see
# https://github.com/erlef/setup-beam#compatibility-between-operating-system-and-erlangotp
exclude:
- otp: 22
os: ubuntu-latest
include:
- otp: 22
os: ubuntu-20.04

steps:
- uses: lukka/get-cmake@latest
- uses: actions/checkout@v2
- name: Install dependencies (Ubuntu)
if: ${{ startsWith(matrix.os, 'ubuntu') }}
run: |
sudo apt-get -qq update
sudo apt-get -qq install libsnappy-dev libc6-dev
- uses: actions/checkout@v4
- name: Install Erlang/OTP
uses: erlef/setup-beam@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
]}.

{deps, [
{riak_core, ".*", {git, "https://github.com/nhs-riak/riak_core.git", {branch, "nhse-develop"}}}
{riak_core, ".*", {git, "https://github.com/nhs-riak/riak_core.git", {branch, "nhse-develop-3.4"}}}
]}.

{plugins, [{eqc_rebar, {git, "https://github.com/Quviq/eqc-rebar", {branch, "master"}}}]}.

0 comments on commit 013dbcd

Please sign in to comment.