File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ build:remote_windows_x64 --compiler=msvc
63
63
build:remote_windows_x64 --action_env=BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1
64
64
build:remote_windows_x64 --extra_execution_platforms=//platform/windows_x64
65
65
build:remote_windows_x64 --extra_toolchains=//platform/windows_x64:cc-toolchain
66
+ build:remote_windows_x64 --enable_runfiles
66
67
67
68
# Options for private EngFlow clusters.
68
69
# To use on your own cluster, change the URLs to your own endpoint.
Original file line number Diff line number Diff line change 78
78
79
79
- name : Generate python requirements lock
80
80
shell : bash
81
- run : bazel run //python:requirements.update
81
+ run : bazel run --enable_runfiles //python:requirements.update
82
82
83
83
- name : Build and test
84
84
env :
You can’t perform that action at this time.
0 commit comments