Skip to content

Commit ee584d7

Browse files
committed
Fix scrample execution in EBcLfSA
Unfortunately, with PR #35 a mistake was introduced which broke the execution of high-integrity applications.
1 parent 292a238 commit ee584d7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
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(

0 commit comments

Comments
 (0)