Skip to content

Commit e622739

Browse files
committed
Allow for CI to pass on OTP 27 once it's released
Work around failure to compile `rebar_raw_resource` on OTP 27.0-rc1: * alertlogic/rebar_raw_resource#9
1 parent ed62b2d commit e622739

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

rebar.config

+3-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,9 @@
9090
{maxmind_test_data, {raw, {git, "https://github.com/maxmind/MaxMind-DB.git", {ref, "450fcf6"}}}}
9191
]},
9292
{plugins, [
93-
{rebar_raw_resource, "0.10.0"}
93+
% FIXME go back to non-fork once it can compile on OTP 27:
94+
% * https://github.com/alertlogic/rebar_raw_resource/pull/9
95+
{rebar_raw_resource, {git, "https://github.com/g-andrade/rebar_raw_resource.git", {ref, "21ac9b6"}}}
9496
]},
9597
{cover_enabled, true},
9698
{cover_opts, [verbose]}

0 commit comments

Comments
 (0)