File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 cache-save : ${{ github.event_name == 'push' }}
3939 - name : Bazel Build (basic)
4040 run : |
41- bazel build --config target_config_5 -- //:main_cpp
41+ bazel build --lockfile_mode=error -- config target_config_5 -- //:main_cpp
Original file line number Diff line number Diff line change 3838 cache-save : ${{ github.event_name == 'push' }}
3939 - name : Bazel Build (basic)
4040 run : |
41- bazel build --config target_config_4 -- //:main_cpp //:main_pthread_cpp //:math_lib //:math_lib_shared
41+ bazel build --lockfile_mode=error -- config target_config_4 -- //:main_cpp //:main_pthread_cpp //:math_lib //:math_lib_shared
Original file line number Diff line number Diff line change 3838 cache-save : ${{ github.event_name == 'push' }}
3939 - name : Bazel Build (basic)
4040 run : |
41- bazel build --config host_config_1 -- //...
41+ bazel build --lockfile_mode=error -- config host_config_1 -- //...
4242 - name : Bazel Test
4343 run : |
4444 bazel test --config host_config_1 -- //...
You can’t perform that action at this time.
0 commit comments