Skip to content
Merged
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
3 changes: 1 addition & 2 deletions ebclfsa/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ bazel_dep(name = "score_toolchains_gcc", dev_dependency=True)
git_override( # Elektrobit corbos Linux for Safety Applications needs a specific toolchain
module_name = "score_toolchains_gcc",
remote = "https://github.com/elektrobit-contrib/eclipse-score_toolchains_gcc.git",
#tag = "0.5.0-alpha", # commit sha: fb009e490b9b8f28805d587f50d0bf6d885f3414
commit = "605020d7a95b7fb128944495e45449eb07fedc01",
tag = "0.5.0-alpha", # commit sha: fb009e490b9b8f28805d587f50d0bf6d885f3414
)
gcc = use_extension("@score_toolchains_gcc//extentions:gcc.bzl", "gcc", dev_dependency=True)
gcc.toolchain(
Expand Down
2 changes: 1 addition & 1 deletion ebclfsa/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ However, please understand that we cannot advise you about possible costs in you
> [...]
> Target //scrample_integration:run up-to-date:
> bazel-bin/scrample_integration/qemu_run.log
> bazel-bin/scrample_integration/ssh_run.log
> bazel-bin/scrample_integration/ssh_scrample_run.log
>INFO: Elapsed time: 361.273s, Critical Path: 91.92s
>INFO: 836 processes: 10 internal, 826 local.
>INFO: Build completed successfully, 836 total actions
Expand Down
Loading