Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test_cross_compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Bazel build targets
# TODO: build all targets ( //... ) once python toolchain issue is resolved.
run: |
bazel build --config ${{ matrix.bazel-config }} //src/... //tests/... //examples/...
bazel build --lockfile_mode=error --config ${{ matrix.bazel-config }} //src/... //tests/... //examples/...
- run: df -h
if: always()
# TODO Run tests on QEMU
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test_host.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ jobs:
- run: df -h
- name: Bazel build targets
run: |
bazel build //...
bazel build --lockfile_mode=error //...
- run: df -h
if: always()
- name: Bazel test targets
run: |
bazel test //... --build_tests_only
bazel test --lockfile_mode=error //... --build_tests_only
- run: df -h
if: always()
2 changes: 1 addition & 1 deletion .github/workflows/copyright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
copyright-check:
uses: eclipse-score/cicd-workflows/.github/workflows/copyright.yml@c1c90b1a82a1fab0fc202979dde6686b2162d5a8 # v0.0.0
with:
bazel-target: "run //:copyright.check"
bazel-target: "run --lockfile_mode=error //:copyright.check"
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ jobs:

with:
# the bazel-target depends on your repo specific docs_targets configuration (e.g. "suffix")
bazel-target: "//:docs -- --github_user=${{ github.repository_owner }} --github_repo=${{ github.event.repository.name }}"
bazel-target: "--lockfile_mode=error //:docs -- --github_user=${{ github.repository_owner }} --github_repo=${{ github.event.repository.name }}"
retention-days: 3
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
formatting-check:
uses: eclipse-score/cicd-workflows/.github/workflows/format.yml@c1c90b1a82a1fab0fc202979dde6686b2162d5a8 # v0.0.0
with:
bazel-target: "test //:format.check" # optional, this is the default
bazel-target: "test --lockfile_mode=error //:format.check" # optional, this is the default
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@

# Bazel
bazel-*
MODULE.bazel.lock
user.bazelrc
external

Expand Down
1 change: 0 additions & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ python.toolchain(
is_default = True,
python_version = "3.12",
)
use_repo(python)

bazel_dep(
name = "score_bazel_tools_python",
Expand Down
8,951 changes: 8,951 additions & 0 deletions MODULE.bazel.lock

Large diffs are not rendered by default.

Loading