Skip to content

Commit fe74ff3

Browse files
arkjedrz4og
authored andcommitted
rust: remove Rust log leftover
- Remove Rust module from C++ repo. - Remove unnecessary deps.
1 parent b60d09c commit fe74ff3

File tree

6 files changed

+6
-5381
lines changed

6 files changed

+6
-5381
lines changed

.github/workflows/release_verification.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ jobs:
5656
SCORE_QNX_PASSWORD: ${{ secrets.SCORE_QNX_PASSWORD }}
5757
run: |
5858
bazel build --config bl-x86_64-qnx --credential_helper=*.qnx.com=${{ github.workspace }}/.github/tools/qnx_credential_helper.py -- \
59-
//score/... \
60-
-//score/mw/log/rust:log
59+
//score/...
6160
- name: Cleanup QNX License
6261
if: always()
6362
run: rm -rf /opt/score_qnx

MODULE.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ deb(
135135

136136
bazel_dep(name = "nlohmann_json", version = "3.11.3")
137137
bazel_dep(name = "bazel_skylib", version = "1.8.1")
138-
bazel_dep(name = "score_crates", version = "0.0.6")
139138

140139
#############################################################
141140
#

MODULE.bazel.lock

Lines changed: 3 additions & 5307 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,10 @@ Use the same command as for x86_64 Linux, but replace `--config=bl-x86_64-linux`
8888
#### Building for x86_64 QNX 8.0 SDP
8989

9090
```bash
91-
# Build all targets (with the exception of rust:log)
92-
bazel build --config=bl-x86_64-qnx -- //score/... -//score/mw/log/rust:log
91+
# Build all targets
92+
bazel build --config=bl-x86_64-qnx -- //score/...
9393
```
9494

95-
> [!NOTE]
96-
> The `//score/mw/log/rust:log` target does not currently compile on QNX and is therefore excluded with the `-//` prefix in the target list.
97-
9895
#### Building for AArch64 QNX 8.0 SDP
9996

10097
Use the same command as for x86_64 QNX, but replace `--config=bl-x86_64-qnx` with `--config=bl-aarch64-qnx`.

score/mw/log/rust/BUILD

Lines changed: 0 additions & 18 deletions
This file was deleted.

score/mw/log/rust/README.md

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)