Skip to content

Commit

Permalink
Rebuilt arm executables from source on a repeatable builder (Docker i…
Browse files Browse the repository at this point in the history
…mage).
  • Loading branch information
jaraco committed Oct 2, 2021
1 parent ed5f54e commit 9a8194d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion msvc-build-launcher-arm64.cmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
@echo off

REM Build with jaraco/windows Docker image

set PATH_OLD=%PATH%
set PATH=C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build;%PATH_OLD%
set PATH=C:\BuildTools\VC\Auxiliary\Build;%PATH_OLD%

REM now for arm 64-bit
REM Cross compile for arm64
Expand Down
Binary file modified setuptools/cli-arm64.exe
Binary file not shown.
Binary file modified setuptools/gui-arm64.exe
Binary file not shown.

0 comments on commit 9a8194d

Please sign in to comment.