Skip to content

Commit

Permalink
Add RUSTFLAG to sdk-ci.yaml to test
Browse files Browse the repository at this point in the history
  • Loading branch information
giarc3 committed Jul 29, 2024
1 parent 545de85 commit 4d47324
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sdk-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
# This should stay in sync with the `runs-on` from the other jobs in this file
os_matrix: '["buildjet-2vcpu-ubuntu-2004", "buildjet-4vcpu-ubuntu-2204-arm", "macos-12", "macos-14"]'
build_profile: "release"
cargo_command_env_vars: RUSTFLAGS="-C target-feature=-crt-static"
secrets: inherit

kotlin-test:
Expand Down

0 comments on commit 4d47324

Please sign in to comment.