Skip to content

Commit cf954f3

Browse files
committed
Updaye Kyron
1 parent 401b83c commit cf954f3

3 files changed

Lines changed: 3 additions & 7 deletions

File tree

bazel_common/score_modules_target_sw.MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ git_override(
5757
bazel_dep(name = "score_kyron")
5858
git_override(
5959
module_name = "score_kyron",
60-
commit = "fc9218cc23d5fc62dd45b2e9dfcc9403e71ab27a",
60+
commit = "cc72f599cc0c04a4e80c12a204f57e59a48d284a",
6161
remote = "https://github.com/eclipse-score/kyron.git",
6262
)
6363

bazel_common/score_rust_toolchains.MODULE.bazel

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,7 @@ ferrocene.toolchain(
3131
"-Clink-arg=-static",
3232
"-Clink-arg=-lm",
3333
"-Clink-arg=-lc",
34-
# Provide the aarch64 GCC outline-atomics helpers (__aarch64_*_acq_rel)
35-
# referenced by the C++ (communication/baselibs) objects that are now
36-
# statically linked into this Rust binary via the new mw/com Rust
37-
# com-api FFI layer. Without libgcc these resolve to undefined symbols.
38-
"-Clink-arg=-lgcc",
34+
"-Clink-arg=-lgcc", # needed for gcc atomic helpers & rust
3935
],
4036
sha256 = "b1f1eb1146bf595fe1f4a65d5793b7039b37d2cb6d395d1c3100fa7d0377b6c9",
4137
target_compatible_with = [

known_good.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
},
7676
"score_kyron": {
7777
"repo": "https://github.com/eclipse-score/kyron.git",
78-
"hash": "fc9218cc23d5fc62dd45b2e9dfcc9403e71ab27a",
78+
"hash": "cc72f599cc0c04a4e80c12a204f57e59a48d284a",
7979
"metadata": {
8080
"code_root_path": "//src/...",
8181
"langs": [

0 commit comments

Comments
 (0)