Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,7 @@ def is_info_command():
"hostlist": {
"header": "include/flux/hostlist.h",
},
# Note that rlist is currently disabled, so this
# set of metadata doesn't matter
"rlist": {
"header": "include/flux/rlist.h",
"ignore_headers": ["czmq_containers"],
},
# rlist no longer requires a library build
"idset": {
"header": "include/flux/idset.h",
},
Expand All @@ -102,9 +97,6 @@ def is_info_command():
# Global variables for build type, corresponds to
build_types = {"core", "idset", "security", "hostlist"}

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


@contextmanager
def workdir(dirname):
Expand Down
86 changes: 0 additions & 86 deletions src/_rlist_build.py

This file was deleted.

Loading