-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ci,release): hack for broken arm64 builds, bump deno to 1.40.1, b…
…ump to 0.3.3 (#565) This provides a temporary fix for the broken build on arm64. The issue's related to `wasm-opt` builds not being availaible for install by ghjk/cargo-binstall. This PR uses `cargo install` directly instead when in the dockerfile. It also: - bumps metatype version to 0.3.3 to ready the next release - bumps the deno version to 1.40.1 (which comes with some changes) #### Motivation and context [Failure in CI run.](https://github.com/metatypedev/metatype/actions/runs/7532055112/job/20501926599). #### Migration notes _No changes required_ ### Checklist - [x] The change come with new or modified tests - [ ] Hard-to-understand functions have explanatory comments - [ ] End-user documentation is updated to reflect the change
- Loading branch information
Showing
38 changed files
with
1,220 additions
and
1,119 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
Oops, something went wrong.