Skip to content

Commit 92581f3

Browse files
committed
changing the runner
1 parent 94a248d commit 92581f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.redhat.hardcoded.args

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ RUN bazel build --jobs $JOBS ${CAPI_FLAGS} //src:capi_cpp_example
334334
# C-API benchmark app
335335
RUN bazel build --jobs=$JOBS ${CAPI_FLAGS} //src:capi_benchmark
336336

337-
RUN find / -type f -name capi_benchmark
337+
# RUN find / -type f -name capi_benchmark
338338

339339
RUN ./bazel-bin/src/capi_benchmark --niter 2 --nstreams 1 --servable_name "dummy"
340340
# C-api C/C++ app with gcc

0 commit comments

Comments
 (0)