Skip to content

Commit 7cb9919

Browse files
authored
[Fix] Linux-arm binary builds (#67)
* Isolate linux-arm binary builds * Print Ruby LD path * Explicitly set Ruby LD path * Do not link Ruby when compiling * Run all builds * Disable release builds. Back to CI
1 parent cefc492 commit 7cb9919

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

bridge/Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bridge/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repository = "https://github.com/temporalio/sdk-ruby"
88
[dependencies]
99
lazy_static = "1.4.0"
1010
prost = "0.11"
11-
rutie = "0.8.4"
11+
rutie = { version = "0.8.4", features = ["no-link"] }
1212
temporal-client = { version = "0.1.0", path = "./sdk-core/client" }
1313
temporal-sdk-core = { version = "0.1.0", path = "./sdk-core/core" }
1414
temporal-sdk-core-api = { version = "0.1.0", path = "./sdk-core/core-api" }

0 commit comments

Comments
 (0)