Skip to content

Commit fc4752c

Browse files
committed
Merge pull request #1320 from bettio/ci-disable-otp-master
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. See also #1321 and erlang/otp#8913 These changes are made under both the "Apache 2.0" and the "GNU Lesser General Public License 2.1 or later" license terms (dual license). SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later
2 parents c7e0943 + 7d5074b commit fc4752c

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)