Skip to content

Commit

Permalink
[ci-precompile] remove aarch64-windows-msvc
Browse files Browse the repository at this point in the history
  • Loading branch information
cocoa-xu committed Nov 25, 2022
1 parent c5b6c38 commit 9896837
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/windows-precompile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ jobs:
fail-fast: false
matrix:
include:
- pair:
arch: arm64
arch_name: aarch64
msbuild_platform: ARM64
vcvarsall: amd64_arm64
CMAKE_GENERATOR_TYPE: "Visual Studio 17"
CMAKE_TOOLCHAIN_FILE: "cc_toolchain/aarch64-windows-msvc.cmake"
# - pair:
# arch: arm64
# arch_name: aarch64
# msbuild_platform: ARM64
# vcvarsall: amd64_arm64
# CMAKE_GENERATOR_TYPE: "Visual Studio 17"
# CMAKE_TOOLCHAIN_FILE: "cc_toolchain/aarch64-windows-msvc.cmake"
- pair:
arch: x64
arch_name: x86_64
Expand All @@ -50,7 +50,6 @@ jobs:
- uses: ilammy/msvc-dev-cmd@v1
with:
arch: ${{ matrix.pair.vcvarsall }}
toolset: 14.33.31630

- name: Cache mix packages
id: cache-mix-deps
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
| macOS 11 Big Sur | x86_64 | darwin |[![CI](https://github.com/cocoa-xu/evision/actions/workflows/macos-x86_64.yml/badge.svg)](https://github.com/cocoa-xu/evision/actions/workflows/macos-x86_64.yml) | Yes |
| macOS 11 Big Sur | arm64 | darwin |[![macos-precompile](https://github.com/cocoa-xu/evision/actions/workflows/macos-precompile.yml/badge.svg?branch=v0.1.1)](https://github.com/cocoa-xu/evision/actions/workflows/macos-precompile.yml) | Yes |
| Windows 2022 | x86_64 | msvc |[![CI](https://github.com/cocoa-xu/evision/actions/workflows/windows-x86_64.yml/badge.svg)](https://github.com/cocoa-xu/evision/actions/workflows/windows-x86_64.yml) | Yes |
| Windows 2022 | arm64 | msvc |[![CI](https://github.com/cocoa-xu/evision/actions/workflows/windows-precompile.yml/badge.svg)](https://github.com/cocoa-xu/evision/actions/workflows/windows-precompile.yml) | Yes |

## Docs
Online docs for the latest released version is available on Hex.pm, [https://hexdocs.pm/evision/](https://hexdocs.pm/evision/).
Expand Down
3 changes: 1 addition & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ defmodule Mix.Tasks.Compile.EvisionPrecompiled do
"riscv64-linux-gnu",
"riscv64-linux-musl",
"i686-linux-gnu",
"x86_64-windows-msvc",
"aarch64-windows-msvc"
"x86_64-windows-msvc"
]

@available_nif_versions [
Expand Down

0 comments on commit 9896837

Please sign in to comment.