You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix default target triple for cargo libcnb package (#922)
* Allow tests to target a specific platform
Also picks better defaults for the test runner and `libcnb package`.
Fixes#843Fixes#869
* Update CHANGELOG.md
* Revert libcnb-test changes, limit scope to just determining a default target triple.
Fixes#843Fixes#869
* Update CHANGELOG.md
Signed-off-by: Colin Casey <[email protected]>
* Update CHANGELOG.md
Signed-off-by: Colin Casey <[email protected]>
* Update CHANGELOG.md
Signed-off-by: Colin Casey <[email protected]>
---------
Signed-off-by: Colin Casey <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
## [Unreleased]
11
11
12
+
### Changed
13
+
14
+
-`libcnb-cargo`
15
+
- The default for the `--target` argument of `cargo libcnb package` will now be based on an architecture that matches the host machine instead of `x86_64-unknown-linux-musl`. ([#922](https://github.com/heroku/libcnb.rs/pull/922))
0 commit comments