From ee584d725f39fb53950c844c483e1d4c00f7030c Mon Sep 17 00:00:00 2001 From: Oliver Pajonk Date: Fri, 14 Nov 2025 09:12:16 +0000 Subject: [PATCH 1/2] Fix scrample execution in EBcLfSA Unfortunately, with PR https://github.com/eclipse-score/reference_integration/pull/35 a mistake was introduced which broke the execution of high-integrity applications. --- ebclfsa/MODULE.bazel | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ebclfsa/MODULE.bazel b/ebclfsa/MODULE.bazel index 4afcd5cc6d..cc56b50f68 100644 --- a/ebclfsa/MODULE.bazel +++ b/ebclfsa/MODULE.bazel @@ -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( From 5e2490d5bf5ae5c2b887583d29d803e3f2a5beff Mon Sep 17 00:00:00 2001 From: Oliver Pajonk Date: Fri, 14 Nov 2025 09:12:29 +0000 Subject: [PATCH 2/2] minor documentation fix --- ebclfsa/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ebclfsa/README.md b/ebclfsa/README.md index 598b727754..992639072e 100644 --- a/ebclfsa/README.md +++ b/ebclfsa/README.md @@ -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