Skip to content

Commit

Permalink
Nhse d34 otp26 (#29)
Browse files Browse the repository at this point in the history
* Initial support for OTP26

* Remove tracers

* Update rebar.config

* Update rebar.config
  • Loading branch information
martinsumner authored Sep 10, 2024
1 parent d93755e commit f4544e6
Show file tree
Hide file tree
Showing 22 changed files with 31 additions and 1,190 deletions.
27 changes: 10 additions & 17 deletions .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@ name: Erlang CI

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


jobs:
Expand All @@ -17,25 +23,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
79 changes: 0 additions & 79 deletions priv/tracers/tracer_accumulating_time.erl

This file was deleted.

199 changes: 0 additions & 199 deletions priv/tracers/tracer_backend_latency.erl

This file was deleted.

Loading

0 comments on commit f4544e6

Please sign in to comment.