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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ bazel run //:docs_combo_experimental
> Please refer to the README documents in the respective sub-directories for details about the specific integration.

- [QNX](./images/qnx_x86_64//README.md)
- [Red Hat AutoSD](./images/autosd_x86_64/build/README.md)
- [Red Hat AutoSD](./images/autosd/)
Comment thread
PiotrKorkus marked this conversation as resolved.
- [Elektrobit corbos Linux for Safety Applications](./images/ebclfsa_aarch64/README.md)
- Linux x86_64

Expand Down
2 changes: 1 addition & 1 deletion runners/docker_x86_64/scripts/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ sh_library(
name = "run_docker",
srcs = ["run_docker.sh"],
visibility = [
"//images/auto_x86_64:__pkg__",
"//images/autosd:__pkg__",
"//images/linux_x86_64:__pkg__",
],
deps = ["@rules_shell//shell/runfiles"],
Expand Down
4 changes: 2 additions & 2 deletions score_starter
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ mEntries = [
"eb-aarch64",
),
(
"Run Autosd x86_64 QEMU",
"bazel --output_base=build/autosd-x86_64 run --config autosd-x86_64 //images/autosd_x86_64:run",
"Run AutoSD x86_64 Docker",
"bazel --output_base=build/autosd-x86_64 run --config autosd-x86_64 //images/autosd:run",
"autosd-x86_64",
),
("Exit", "exit 0", "exit"),
Expand Down
Loading