X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ci%2Fcheck-cfg-flags.py;h=0cfa2023ee2b9844a07601548584d7c687f43e04;hb=7442548263d52b6816b10748ad32cfe277862512;hp=277ae1077baad7052fe379f1f8cb5cb1e1ff6f41;hpb=f352d03ee98aed3d940e697fcb09371cfdc3ab15;p=rust-lightning diff --git a/ci/check-cfg-flags.py b/ci/check-cfg-flags.py index 277ae107..0cfa2023 100755 --- a/ci/check-cfg-flags.py +++ b/ci/check-cfg-flags.py @@ -13,6 +13,10 @@ def check_feature(feature): pass elif feature == "no-std": pass + elif feature == "possiblyrandom": + pass + elif feature == "getrandom": + pass elif feature == "hashbrown": pass elif feature == "backtrace": @@ -92,6 +96,8 @@ def check_cfg_tag(cfg): pass elif cfg == "require_route_graph_test": pass + elif cfg == "dual_funding": + pass else: print("Bad cfg tag: " + cfg) assert False