Skip to content

Commit

Permalink
feat: mirror homebrew-macos-cross-toolchains (#690)
Browse files Browse the repository at this point in the history
https://github.com/messense/homebrew-macos-cross-toolchains/releases

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **New Features**
- Added support for `homebrew-macos-cross-toolchains` in the binaries
list, enhancing cross-toolchain capabilities for macOS users.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
  • Loading branch information
fengmk2 committed May 24, 2024
1 parent 8b1f526 commit a247065
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/binaries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -918,6 +918,13 @@ const binaries = {
repo: 'webdriverio-community/node-edgedriver',
distUrl: 'https://developer.microsoft.com/zh-cn/microsoft-edge/tools/webdriver/',
},
'homebrew-macos-cross-toolchains': {
category: 'homebrew-macos-cross-toolchains',
description: 'macOS cross compiler toolchains',
type: BinaryType.GitHub,
repo: 'messense/homebrew-macos-cross-toolchains',
distUrl: 'https://github.com/messense/homebrew-macos-cross-toolchains/releases',
},
} as const;

export type BinaryName = keyof typeof binaries;
Expand Down

0 comments on commit a247065

Please sign in to comment.