forked from wasmerio/winterjs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add cross testing for linux arm64 & armhf (#402)
* Fix mozjs for arm Co-authored-by: =?UTF-8?q?Fabrice=20Desr=C3=A9?= <[email protected]> * Add cross configuration and cross testing in CI * Update readme for linux * build_result needs cross * try * re * fix ci * use servo docker images * Update Cross.toml * Apply suggestions from code review Co-authored-by: Martin Robinson <[email protected]> --------- Co-authored-by: =?UTF-8?q?Fabrice=20Desr=C3=A9?= <[email protected]> Co-authored-by: Martin Robinson <[email protected]>
- Loading branch information
1 parent
b6246b2
commit d968433
Showing
5 changed files
with
38 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
[target.aarch64-unknown-linux-gnu] | ||
image = "ghcr.io/servo/cross-aarch64-unknown-linux-gnu:main" | ||
|
||
[target.armv7-unknown-linux-gnueabihf] | ||
image = "ghcr.io/servo/cross-armv7-unknown-linux-gnueabihf:main" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters