Skip to content

Commit bce70e6

Browse files
balajiyalam2balajiyalam2
authored andcommitted
yml updated with lock error
1 parent 30f19a1 commit bce70e6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/aarch64-ebclfsa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ jobs:
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

.github/workflows/autosd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ jobs:
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

.github/workflows/x86_64-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
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 -- //...

0 commit comments

Comments
 (0)