-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #339 from keynslug/main-0.1
ci: enable CI + releases targeting recent Erlang/OTP 27
- Loading branch information
Showing
6 changed files
with
53 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ jobs: | |
|
||
- uses: erlef/[email protected] | ||
with: | ||
otp-version: 24.3.4 | ||
otp-version: '27' | ||
|
||
- name: Build cpp | ||
run: make build-nif | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,8 +7,8 @@ jobs: | |
strategy: | ||
matrix: | ||
otp: | ||
- 25.3.2 | ||
- 26.2.1 | ||
- '26.2.1' | ||
- '27.2' | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 | ||
|
@@ -17,7 +17,7 @@ jobs: | |
- uses: erlef/[email protected] | ||
with: | ||
otp-version: ${{ matrix.otp }} | ||
rebar3-version: 3.23.0 | ||
rebar3-version: '3.23.0' | ||
|
||
- name: build lux | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,8 +15,8 @@ jobs: | |
- name: Prepare OTP and rebar3 | ||
uses: erlef/[email protected] | ||
with: | ||
otp-version: 26 | ||
rebar3-version: 3.20.0 | ||
otp-version: '27' | ||
rebar3-version: '3.23.0' | ||
- name: Run erlfmt for erlang code | ||
run: | | ||
rebar3 fmt -c | ||
|
@@ -30,7 +30,9 @@ jobs: | |
os: | ||
- macos-14 | ||
otp: | ||
- 26 | ||
- '27' | ||
rebar3: | ||
- '3.23.0' | ||
openssl: | ||
- openssl3 | ||
- openssl | ||
|
@@ -57,7 +59,7 @@ jobs: | |
env: | ||
QUICER_TLS_VER: ${{ matrix.openssl }} | ||
run: | | ||
wget https://s3.amazonaws.com/rebar3/rebar3 | ||
wget https://github.com/erlang/rebar3/releases/download/${{ matrix.rebar3 }}/rebar3 | ||
sudo mv rebar3 /usr/local/bin/ && sudo chmod +x /usr/local/bin/rebar3 | ||
erl -eval 'erlang:display(erlang:system_info(system_version)),halt()' | ||
ulimit -c unlimited | ||
|
@@ -92,15 +94,15 @@ jobs: | |
matrix: | ||
# https://builds.hex.pm/builds/otp/ubuntu-22.04/builds.txt | ||
otp: | ||
- 25.3.2.9 | ||
- 26.2.5.3 | ||
- 27.1 | ||
- '25.3.2.9' | ||
- '26.2.5.3' | ||
- '27.2' | ||
openssl: | ||
- openssl3 | ||
- openssl | ||
- sys | ||
rebar3: | ||
- 3.23.0 | ||
- '3.23.0' | ||
build_type: | ||
- RelWithDebInfo | ||
- Debug | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters