Skip to content

Commit 3b0a82e

Browse files
committed
rlist: remove from potential build
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
1 parent 3cbd2c1 commit 3b0a82e

File tree

2 files changed

+1
-95
lines changed

2 files changed

+1
-95
lines changed

setup.py

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,7 @@ def is_info_command():
8383
"hostlist": {
8484
"header": "include/flux/hostlist.h",
8585
},
86-
# Note that rlist is currently disabled, so this
87-
# set of metadata doesn't matter
88-
"rlist": {
89-
"header": "include/flux/rlist.h",
90-
"ignore_headers": ["czmq_containers"],
91-
},
86+
# rlist no longer requires a library build
9287
"idset": {
9388
"header": "include/flux/idset.h",
9489
},
@@ -102,9 +97,6 @@ def is_info_command():
10297
# Global variables for build type, corresponds to
10398
build_types = {"core", "idset", "security", "hostlist"}
10499

105-
# rlist.h is disabled for now, as it requires the flux-core build
106-
# build_types = {"core", "idset", "rlist", "security", "hostlist"}
107-
108100

109101
@contextmanager
110102
def workdir(dirname):

src/_rlist_build.py

Lines changed: 0 additions & 86 deletions
This file was deleted.

0 commit comments

Comments
 (0)