Skip to content

Commit 171d42d

Browse files
balajiyalam2balajiyalam2nradakovicltekieli
authored
enforce lockfile 2628 (#50)
* lock file refreshed * yml updated with lock error * Remove version from MODULE.bazel file (#48) The version of module will be patched during workflow checks on Bazel registru side. * Add new QNX package into matrix (#49) * Add new QNX package into matrix The new QNX package version 8.0.3 is added. Currently we do not support this version constraint on platform side so the constraint will still point 8.0.0. * Resolve package identifier from original version fields Use sdk_version/sdp_version instead of tc_identifier for the VERSION_MATRIX lookup, since tc_identifier may be remapped for platform constraint compatibility and differ from the real version. --------- Co-authored-by: Lukasz Tekieli <lukasz.tekieli@bmw.de> * Refactor README.md for clarity and conciseness (#37) Removed duplicate sections and clarified directory purposes. Signed-off-by: Nikola Radakovic <nikola.ra.radakovic@bmw.de> * lock file rebased to main * lock file updated * example/lock file updated --------- Signed-off-by: Nikola Radakovic <nikola.ra.radakovic@bmw.de> Co-authored-by: balajiyalam2 <Balaji.Yalam@qorix.ai> Co-authored-by: Nikola Radakovic <nikola.ra.radakovic@bmw.de> Co-authored-by: Lukasz Tekieli <lukasz.tekieli@bmw.de>
1 parent 6b8a08c commit 171d42d

5 files changed

Lines changed: 1021 additions & 7 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)