Skip to content

Commit

Permalink
fix ci (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
oeqqwq authored Sep 29, 2024
1 parent c3a509d commit f2a6b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

common --experimental_repo_remote_exec
common --experimental_remote_download_regex='.*libserving\.so$|.*_pb2\.py$|.*\/secretflow_serving$|.*sf_serving\.tar\.gz$|.*\/simple_feature_service$'
common --experimental_remote_download_regex='.*libserving\.so$|.*_pb2\.py$|.*\/secretflow_serving$|.*sf_serving\.tar\.gz$|.*\/simple_feature_service$|.*\/inferencer$'
common --experimental_cc_shared_library

build --incompatible_new_actions_api=false
Expand Down

0 comments on commit f2a6b02

Please sign in to comment.