Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ write_action_env_to_bazelrc
Function
write_action_env_to_bazelrc
configure.py:142–143 ·
view source on GitHub ↗
(var_name, var)
Source
from the content-addressed store, hash-verified
140
141
142
def
write_action_env_to_bazelrc(var_name, var):
143
write_to_bazelrc(
'build --action_env %s="%s"'
% (var_name, str(var)))
144
145
146
def
run_shell(cmd, allow_non_zero=False, stderr=None):
Callers
13
setup_python
Function · 0.85
set_action_env_var
Function · 0.85
set_clang_cuda_compiler_path
Function · 0.85
create_android_ndk_rule
Function · 0.85
create_android_sdk_rule
Function · 0.85
set_gcc_host_compiler_path
Function · 0.85
set_tf_cuda_compute_capabilities
Function · 0.85
set_host_cxx_compiler
Function · 0.85
set_host_c_compiler
Function · 0.85
set_computecpp_toolkit_path
Function · 0.85
set_trisycl_include_dir
Function · 0.85
set_system_libs_flag
Function · 0.85
Calls
1
write_to_bazelrc
Function · 0.85
Tested by
no test coverage detected