Skip to content

Commit

Permalink
close #22
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Pennebaker committed Mar 30, 2023
1 parent 840906d commit 17adceb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
3 changes: 0 additions & 3 deletions Cross.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,3 @@ image = "freeznet/aarch64-apple-darwin-cross:11.3"

[target.x86_64-apple-darwin]
image = "freeznet/x86_64-apple-darwin-cross:11.3"

[target.x86_64-pc-windows-msvc]
image = "cubejs/rust-cross:x86_64-pc-windows-msvc-03012023"
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,7 @@ For more details on developing crit itself, see [DEVELOPMENT.md](DEVELOPMENT.md)
* [cross-toolchains](https://github.com/cross-rs/cross-toolchains) provisions cross Docker images
* [cubejs/rust-cross](https://hub.docker.com/r/cubejs/rust-cross/tags) Docker images for additional cross targets
* [factorio](https://github.com/mcandre/factorio) generates Go application ports based on the standard Go toolchain
* [freeznet](https://hub.docker.com/u/freeznet) Docker images for additional cross targets
* [snek](https://github.com/mcandre/snek) ports native C/C++ applications.
* [tug](https://github.com/mcandre/tug) automates multi-platform Docker image builds
* [WASM](https://webassembly.org/) provides a portable interface for C/C++ code.
* [xgo](https://github.com/crazy-max/xgo) supports Go projects with native cgo dependencies.
3 changes: 0 additions & 3 deletions example/Cross.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,3 @@ image = "freeznet/aarch64-apple-darwin-cross:11.3"

[target.x86_64-apple-darwin]
image = "freeznet/x86_64-apple-darwin-cross:11.3"

[target.x86_64-pc-windows-msvc]
image = "cubejs/rust-cross:x86_64-pc-windows-msvc-03012023"
2 changes: 1 addition & 1 deletion src/crit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ lazy_static::lazy_static! {
/// or targets without community supported cross images.
static ref DEFAULT_TARGET_EXCLUSION_PATTERNS : regex::Regex = regex::Regex::new(
&[
"(a|i).+-pc-windows-msvc",
"cuda",
"emscripten",
"fortanix",
"fuchsia",
"gnux32",
"ios",
"msvc",
"none-eabi",
"pc-solaris",
"redox",
Expand Down

0 comments on commit 17adceb

Please sign in to comment.