Add Erlang 24 testing to GitHub Actions

This commit is contained in:
Philip Kuryloski 2021-05-17 09:43:11 +02:00
parent e5101c2bfd
commit 687a7474be
3 changed files with 16 additions and 1 deletions

View File

@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
erlang_version:
- "23"
- "24"
timeout-minutes: 45
steps:
- name: CHECKOUT REPOSITORY

View File

@ -8,6 +8,7 @@ jobs:
matrix:
erlang_version:
- "23"
- "24"
timeout-minutes: 120
steps:
- name: CHECKOUT REPOSITORY
@ -61,6 +62,7 @@ jobs:
matrix:
erlang_version:
- "23"
- "24"
timeout-minutes: 60
steps:
- name: CHECKOUT REPOSITORY

View File

@ -29,6 +29,19 @@ platform(
},
)
platform(
name = "erlang_24_platform",
constraint_values = [
"@platforms//os:linux",
"@platforms//cpu:x86_64",
"@bazel_tools//tools/cpp:clang",
],
exec_properties = {
"OSFamily": "Linux",
"container-image": "docker://pivotalrabbitmq/rabbitmq-server-buildenv@sha256:09d379e889dedfa492736584721d74e580d35b31ee2b3f996320872d1f76505e",
},
)
rabbitmq_home(
name = "broker-home",
plugins = [