Skip to content

Commit 7d5074b

Browse files
committed
CI: build-and-test: disable OTP master
A recent change made impossible to use beam files compiled with OTP master, so let's disable it. Signed-off-by: Davide Bettio <davide@uninstall.it>
1 parent c7e0943 commit 7d5074b

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/workflows/build-and-test.yaml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -197,12 +197,14 @@ jobs:
197197
cflags: ""
198198
elixir_version: "1.14"
199199

200-
# master/main version of OTP/Elixir
201-
- os: "ubuntu-24.04"
202-
cc: "cc"
203-
cxx: "c++"
204-
otp: "master"
205-
elixir_version: "main"
200+
# TODO: enable master again
201+
# master will not work until we don't adapt to atom table changes
202+
# # master/main version of OTP/Elixir
203+
# - os: "ubuntu-24.04"
204+
# cc: "cc"
205+
# cxx: "c++"
206+
# otp: "master"
207+
# elixir_version: "main"
206208

207209
# Additional default compiler builds
208210
- os: "ubuntu-20.04"

0 commit comments

Comments
 (0)