Skip to content

Commit

Permalink
Upgrade granderl to support arm64 (tested on m1)
Browse files Browse the repository at this point in the history
  • Loading branch information
lpgauth committed Mar 30, 2023
1 parent 0e7ac03 commit de60419
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

{deps, [
{foil, "0.1.3"},
{granderl, "0.1.5"},
{granderl, {git, "https://github.com/tokenrove/granderl.git", {ref, "e1ec2ea981e6aa9a36ad4bc291b0b56c39e1e646"}}},
{metal, "0.1.1"}
]}.

Expand Down
2 changes: 1 addition & 1 deletion rebar.config.script
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ case erlang:function_exported(rebar3, main, 1) of
{foil, ".*",
{git, "https://github.com/lpgauth/foil.git", {tag, "0.1.1"}}},
{granderl, ".*",
{git, "https://github.com/tokenrove/granderl.git", {tag, "v0.1.5"}}},
{git, "https://github.com/tokenrove/granderl.git", {ref, "e1ec2ea981e6aa9a36ad4bc291b0b56c39e1e646"}}},
{metal, ".*",
{git, "https://github.com/lpgauth/metal.git", {tag, "0.1.1"}}}
]} | lists:keydelete(deps, 1, CONFIG)]
Expand Down
7 changes: 4 additions & 3 deletions rebar.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{"1.2.0",
[{<<"foil">>,{pkg,<<"foil">>,<<"0.1.3">>},0},
{<<"granderl">>,{pkg,<<"granderl">>,<<"0.1.5">>},0},
{<<"granderl">>,
{git,"https://github.com/tokenrove/granderl.git",
{ref,"e1ec2ea981e6aa9a36ad4bc291b0b56c39e1e646"}},
0},
{<<"metal">>,{pkg,<<"metal">>,<<"0.1.1">>},0}]}.
[
{pkg_hash,[
{<<"foil">>, <<"415835CA94A8D0A55AB3D334FE2D1A1DCF36E7A0F69789050765770B6BF5E6E9">>},
{<<"granderl">>, <<"F20077A68BD80B8D8783BD15A052813C6483771DEC1A5B837D307CBE92F14122">>},
{<<"metal">>, <<"5D3D1322DA7BCD34B94FED5486F577973685298883954F7A3E517EF5EF6953F5">>}]},
{pkg_hash_ext,[
{<<"foil">>, <<"3A1CC0939075D7E26F8ED9983839E2E9CE4B2AE301110F7DF5A6EDA544FCD125">>},
{<<"granderl">>, <<"0641473F29BC3211C832A6DD3ADAA04544A5DFFC1C62372556946F236DF2DAD6">>},
{<<"metal">>, <<"88B82B634998A1A768DEDCD372C2F7E657B19445325C0AF5CCBAC62C77210F1D">>}]}
].

0 comments on commit de60419

Please sign in to comment.