Skip to content

Commit 120dcd2

Browse files
committed
s3: build functions as part of gha
1 parent 0fa589c commit 120dcd2

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

func/s3/CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@ s3_func(get_num_keys get_num_keys.cpp)
1111
s3_func(list_keys list_keys.cpp)
1212
s3_func(add_key_bytes add_key_bytes.cpp)
1313
s3_func(get_key_bytes get_key_bytes.cpp)
14-
# TODO: move elsewhere when it works
15-
s3_func(wc_driver wc_driver.cpp)
16-
s3_func(wc_splitter wc_splitter.cpp)
17-
s3_func(wc_mapper wc_mapper.cpp)
18-
s3_func(wc_reducer wc_reducer.cpp)
1914

2015
# Custom target to group all the demo functions
2116
add_custom_target(s3_all_funcs DEPENDS ${ALL_DEMO_FUNCS})

tasks/func.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,4 +183,5 @@ def local(ctx, clean=False, debug=False):
183183
user(ctx, "errors", clean, debug)
184184
user(ctx, "mpi", clean, debug)
185185
user(ctx, "omp", clean, debug)
186+
user(ctx, "s3", clean, debug)
186187
user(ctx, "threads", clean, debug)

0 commit comments

Comments
 (0)