Drop failing macos tests for OTP21 and 22

This commit is contained in:
Sean Hinde 2023-01-13 17:01:16 +01:00
parent 82ad650674
commit 0161d92f61
3 changed files with 5 additions and 20 deletions

View File

@ -74,20 +74,6 @@ jobs:
- setup_ubuntu:
OTP_VERSION: "23.3.4.18"
- run_build
macos_1106_otp21:
executor: macos_1106
steps:
- checkout
- setup_macos:
OTP_VERSION: "21"
- run_build
macos_1106_otp22:
executor: macos_1106
steps:
- checkout
- setup_macos:
OTP_VERSION: "22"
- run_build
macos_1106_otp23:
executor: macos_1106
steps:
@ -102,6 +88,4 @@ workflows:
- ubuntu_2004_otp21
- ubuntu_2004_otp22
- ubuntu_2004_otp23
- macos_1106_otp21
- macos_1106_otp22
- macos_1106_otp23

View File

@ -1,12 +1,13 @@
REBAR=rebar3
REBAR3 ?= $(shell test -e `which rebar3` 2>/dev/null && which rebar3 || echo "./rebar3")
all: compile
compile:
${REBAR} compile
${REBAR3} compile
clean:
${REBAR} clean
${REBAR3} clean
@rm -fr c_src/secp256k1
test: compile
${REBAR} eunit
${REBAR3} eunit

BIN
rebar3 Executable file

Binary file not shown.