Skip to content

Commit 34dbc02

Browse files
authored
Fix scrample execution in EBcLfSA (#37)
* Fix scrample execution in EBcLfSA Unfortunately, with PR #35 a mistake was introduced which broke the execution of high-integrity applications. * minor documentation fix
1 parent 292a238 commit 34dbc02

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

ebclfsa/MODULE.bazel

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ bazel_dep(name = "score_toolchains_gcc", dev_dependency=True)
2525
git_override( # Elektrobit corbos Linux for Safety Applications needs a specific toolchain
2626
module_name = "score_toolchains_gcc",
2727
remote = "https://github.com/elektrobit-contrib/eclipse-score_toolchains_gcc.git",
28-
#tag = "0.5.0-alpha", # commit sha: fb009e490b9b8f28805d587f50d0bf6d885f3414
29-
commit = "605020d7a95b7fb128944495e45449eb07fedc01",
28+
tag = "0.5.0-alpha", # commit sha: fb009e490b9b8f28805d587f50d0bf6d885f3414
3029
)
3130
gcc = use_extension("@score_toolchains_gcc//extentions:gcc.bzl", "gcc", dev_dependency=True)
3231
gcc.toolchain(

ebclfsa/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ However, please understand that we cannot advise you about possible costs in you
3737
> [...]
3838
> Target //scrample_integration:run up-to-date:
3939
> bazel-bin/scrample_integration/qemu_run.log
40-
> bazel-bin/scrample_integration/ssh_run.log
40+
> bazel-bin/scrample_integration/ssh_scrample_run.log
4141
>INFO: Elapsed time: 361.273s, Critical Path: 91.92s
4242
>INFO: 836 processes: 10 internal, 826 local.
4343
>INFO: Build completed successfully, 836 total actions

0 commit comments

Comments
 (0)