-
-
Notifications
You must be signed in to change notification settings - Fork 219
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Build v8 for darwin_arm64 * ./deps/build.py --arch arm64 * import rogchap.com/v8go/deps/darwin_arm64 in cgo.go * Bump Go version * revert to ubuntu-18.04 * PR comments * update PR template to include arch * Revert "./deps/build.py --arch arm64" This reverts commit de01fba. * Update V8 static library for macos-11 arm64 (#216) Co-authored-by: dylanahsmith <dylanahsmith@users.noreply.github.com> * Add changelog entry Co-authored-by: Dylan Thacker-Smith <Dylan.Smith@shopify.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: dylanahsmith <dylanahsmith@users.noreply.github.com>
- Loading branch information
1 parent
3e22137
commit ea7debf
Showing
10 changed files
with
60 additions
and
24 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
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
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
Binary file not shown.
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,3 @@ | ||
// Package darwin_arm64 is required to provide support for vendoring modules | ||
// DO NOT REMOVE | ||
package darwin_arm64 |
Submodule depot_tools
updated
from 1dbd65 to c54d00
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module rogchap.com/v8go | ||
|
||
go 1.12 | ||
go 1.16 |