Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ jobs:
uses: ./actions/unblock_user_namespace_for_linux_sandbox
- name: Bazel test communication targets with address and UB and leak sanitizer
run: |
bazel test --config=asan_ubsan_lsan //... --build_tests_only
bazel test --lockfile_mode=error --config=asan_ubsan_lsan //... --build_tests_only
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test_host.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
uses: ./actions/unblock_user_namespace_for_linux_sandbox
- name: Bazel build communication targets
run: |
bazel build ${{ matrix.config }} //...
bazel build --lockfile_mode=error ${{ matrix.config }} //...
- name: Bazel test communication targets
run: |
bazel test ${{ matrix.config }} //... --build_tests_only
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test_qnx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
SCORE_QNX_USER: ${{ secrets.SCORE_QNX_USER }}
SCORE_QNX_PASSWORD: ${{ secrets.SCORE_QNX_PASSWORD }}
run: |
bazel build --config qnx_arm64 -- //score/... -//score/mw/com/requirements/... -//score/mw/com/performance_benchmarks/... -//docs/... -//score/mw/com/design/...
bazel build --lockfile_mode=error --config qnx_arm64 -- //score/... -//score/mw/com/requirements/... -//score/mw/com/performance_benchmarks/... -//docs/... -//score/mw/com/design/...
- name: Cleanup QNX License
if: ${{ !cancelled() }}
run: sudo rm -rf ${{ env.LICENSE_DIR }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

- name: Run Unit Test with Coverage for C++
run: |
bazel coverage //... --build_tests_only
bazel coverage --lockfile_mode=error //... --build_tests_only

- name: Generate HTML Coverage Report
# FIXME: "--ignore-errors category,inconsistent" is a workaround to cope with gcov messing up hit counts because of internal data races
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/thread_sanitizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
uses: ./actions/unblock_user_namespace_for_linux_sandbox
- name: Bazel test communication targets with thread sanitizer
run: |
bazel test --config=tsan //... --build_tests_only
bazel test --lockfile_mode=error --config=tsan //... --build_tests_only
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
bazel-*
MODULE.bazel.lock
#MODULE.bazel.lock
user.bazelrc
.clwb_aspects
.clwb
Expand Down
1 change: 0 additions & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,6 @@ pip.parse(
requirements_lock = "//:requirements_lock.txt",
)
use_repo(pip, "score_communication_pip")

pip.parse(
hub_name = "codeql_coding_standards_pip_hub",
python_version = "3.12",
Expand Down
9,000 changes: 9,000 additions & 0 deletions MODULE.bazel.lock

Large diffs are not rendered by default.